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 c3221e14a7
All checks were successful
continuous-integration/drone/push Build is passing
link legal notice and privacy policy to new blog
2020-07-18 22:50:25 +02:00

16 lines
592 B
HTML

<footer class="site-footer">
<div class="site-footer__block">
<span class="site-footer__button">
<i class="fas fa-user-lock"></i>
<a class="site-footer__link" href="https://thegeeklab.de/legal-notice/">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/>
</div>
</footer>