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

14 lines
602 B
Text
Raw Normal View History

2023-10-16 01:36:59 +02:00
<footer class="site-footer">
2023-10-20 00:35:51 +02:00
<p class="text"><i class="fa fa-edit"></i> <a href="{{ site.github.repository_url }}/blob/main/{{ page.path }}">Edit page on GitHub</a> </p>
2023-10-16 01:36:59 +02:00
<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>