-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
32 lines (32 loc) · 1.57 KB
/
footer.html
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
<footer role="contentinfo" class='post-footer'>
<div class="inner">
<div class="vcard">
<a href="{{ site.baseurl }}/feed.xml" id="btn_feed" class="btn" title="Feed" target="_blank">
<span aria-hidden="true" data-icon=")"></span>
<strong>Feed</strong>
</a>
{% if site.logo %}
<a href="{{ site.baseurl }}" class="photo circle">
<span style="background-image: url('{{ site.logo }}')">
<img src="{{ site.logo }}" alt="{{ site.title }}"/>
</span>
</a>
{% endif %}
<div class="details">
<h4><a href="{{ site.url }}" class="url n">{{ site.title }}</a></h4>
<!--<a href="{{ site.url }}" class="js-remove-domain-schema">{{ site.url }}</a><br>-->
<span><i class="fa fa-facebook" aria-hidden="true"></i> <a href="https://www.facebook.com/thedrunkfist">Facebook</a></span><br>
<span><i class="fa fa-instagram" aria-hidden="true"></i> <a href="https://www.instagram.com/thedrunkfist/">Instagram</a></span><br>
<span><i class="fa fa-twitter" aria-hidden="true"></i> <a href="https://www.twitter.com/drunkyfist">Twitter</a></span><br>
<span>Full Blog <a href="{{ site.url }}/archive" class="url n">Archive</a></span><br>
<span>Published with <a href="https://jekyllrb.com">Jekyll</a></span><br>
<span>GitHub hosted <a href='https://github.com/solrevdev/thedrunkfist'>source code</a></span>
</div>
</div>
<div id="user_bio">
<div class="inner">
{{ site.description }}
</div>
</div>
</div>
</footer>