Update footer.html
This commit is contained in:
parent
c162d68570
commit
d30dc4afdd
|
@ -1,38 +1,3 @@
|
|||
<footer class="site-footer">
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<h2 class="footer-heading">{{ site.title }}</h2>
|
||||
|
||||
<div class="footer-col-wrapper">
|
||||
<div class="footer-col footer-col-1">
|
||||
<ul class="contact-list">
|
||||
<li>{{ site.title }}</li>
|
||||
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-col footer-col-2">
|
||||
<ul class="social-media-list">
|
||||
{% if site.github_username %}
|
||||
<li>
|
||||
{% include icon-github.html username=site.github_username %}
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.twitter_username %}
|
||||
<li>
|
||||
{% include icon-twitter.html username=site.twitter_username %}
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-col footer-col-3">
|
||||
<p>{{ site.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<p>xmpp.dk - brought to you <a href="http://graffen.dk">Graffen</a> | XMPP: <a href="xmpp:graffen@xmpp.dk">graffen@xmpp.dk</a> | Email <a href="mailto:jesper@graffen.dk?subject=xmpp.dk">jesper@graffen.dk</a> (GnuPG: <a href="https://keybase.io/graffen/key.asc">0xcaebd4b2</a>)</p>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue