This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
geeklabor_legacy/themes/geeklab/layouts/partials/footer.html
Robert Kaussow 5fdac9195c
All checks were successful
the build was successful
Squashed: fix atom feed url
2018-12-20 00:26:00 +01:00

25 lines
1006 B
HTML

<footer class="site-footer">
<div class="site-footer__block">
<span class="site-footer__button">
<i class="fas fa-rss"></i>
<a class="site-footer__link" href='{{ "feed.atom.xml" | relURL }}'>Feed</a>
</span>
<span class="site-footer__button">
<i class="fas fa-envelope"></i>
<a class="site-footer__link" href='{{ "contact" | relURL }}'>Kontakt</a>
</span>
<span class="site-footer__button">
<i class="fas fa-user-lock"></i>
<a class="site-footer__link" href='{{ "legal-notice" | relURL }}'>Impressum/Datenschutz</a>
</span>
<span>
Artikel unter
<a class="site-footer__link" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>
</span>
</div>
<div class="site-footer__block">
Build with <a class="site-footer__link" href="https://gohugo.io/">Hugo</a> and <i class="fas fa-heart"></i><br/>
Hosted on <a class="site-footer__link" href="https://uberspace.de/">Uberspace</a>
</div>
</footer>