-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
33 lines (29 loc) · 1.02 KB
/
footer.php
File metadata and controls
33 lines (29 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
</div><!-- .site-content -->
</div><!-- .content -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md info">
Fuego Austral Asociación Civil
<br>
<a href="mailto:contacto@fuegoaustral.org">contacto@fuegoaustral.org</a>
</div>
<div class="col-md footer-logo"></div>
<div class="col-md social">
<a href="https://www.facebook.com/FuegoAustral/">
<img src="<?php echo get_template_directory_uri(); ?>/img/facebook.png" alt="Facebook" width="34" height="34">
</a>
<a href="https://twitter.com/fuegoaustral" class="ml-2">
<img src="<?php echo get_template_directory_uri(); ?>/img/twitter.png" alt="Twitter" width="34" height="34">
</a>
<a href="https://www.instagram.com/fuegoaustral/" class="ml-2">
<img src="<?php echo get_template_directory_uri(); ?>/img/instagram.png" alt="Instagram" width="34" height="34">
</a>
</div>
</div>
</div>
</footer>
<?php get_template_part('_analytics'); ?>
<?php wp_footer(); ?>
</body>
</html>