Add footer to default layout

This commit is contained in:
Jesper Hess 2017-01-08 12:30:46 +01:00
parent 89fe1c63fd
commit 2aa1ad4a31
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 2 additions and 7 deletions

View File

@ -1,3 +1,3 @@
<footer class="site-footer">
<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>
<img src="https://xmpp.net/badge.php?domain=xmpp.dk" />
</footer>

View File

@ -18,12 +18,7 @@
<section class="main-content">
{{ content }}
<footer class="site-footer">
{% if site.github.is_project_page %}
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
{% endif %}
<span class="site-footer-credits"></span>
</footer>
{% include footer.html %}
</section>
</body>
</html>