-
Notifications
You must be signed in to change notification settings - Fork 184
/
footer.php
60 lines (47 loc) · 2.66 KB
/
footer.php
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
</div>
<div class="col s1of3 sidebar">
<?php get_sidebar(); ?>
</div>
</div>
</div>
<footer class="footer">
<div class="grid gutter collapse720">
<div class="col s2of3">
<!-- Footer text -->
<img src="<?php echo get_template_directory_uri() ?>/assets/images/minilem.png" style="float: left; margin-top: -45px; margin-right: 25px;" alt="Lemúrinn">
<p>
<strong>Lemúrinn</strong> er veftímarit um allt, stofnað í október 2011. <a href="<?php echo get_bloginfo('wpurl'); ?>/um" title="Nánar um Lemúrinn">Nánar...</a>
<br>
Ábendingar sendist á <a href="mailto:[email protected]">lemurinn [hjá] lemurinn.is</a>.
<a href="/english/" title="English">
<img src="/images/en.png" alt="English" width="18" height="13">
</a>
<a href="/english/" title="English">
English
</a>
</p>
</div>
<div class="col s1of3">
<!-- Social buttons -->
<div class="social text-right">
<!--<a href="http://reddit.com/r/lemurinn" title="Lemúrinn á Reddit">
<i class="icon-reddit"></i>
</a>-->
<a href="https://www.facebook.com/lemurinn" title="Lemúrinn á Feisbúkk">
<i class="icon-facebook"></i>
</a>
<a href="https://twitter.com/Lemurinn" title="Lemúrinn á Twitter">
<i class="icon-twitter"></i>
</a>
<a href="<?php echo get_bloginfo('wpurl'); ?>/feed/" title="RSS-veita Lemúrsins">
<i class="icon-feed"></i>
</a>
</div>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
<script src="<?php echo get_template_directory_uri() ?>/assets/js/lemur.js" defer></script>
</body>
</html>