www.netz39.de/_includes/default/footer.liquid

13 lines
589 B
Text

<footer class="site-footer">
<p class="text"><a href="{{ site.github.repository_url }}/blob/main/{{ page.relative_path }}">Edit this page in GitHub</a> </p>
<p class="text">
{{ site.footer_text | default: "Powered by <a href='https://jekyllrb.com/'>Jekyll</a> with <a href='https://github.com/sylhare/Type-on-Strap'>Type on Strap</a>" }}</p>
<div class="footer-icons">
<ul>
<!-- Social icons from Font Awesome, if enabled -->
{% include social/icons.liquid %}
</ul>
</div>
</footer>