Files
twentyone-world.github.io/_includes/footer.html
Gigi fee4511c83 feat: update navigation and footer (#17)
* refactor(layout): move back link to layout

* feat: add concept.svg

* feat(menu): cleanup

* feat(footer): add sitemap
2022-05-15 21:02:04 +02:00

13 lines
591 B
HTML

<div class="footer">
<p align="right">
{% for page in site.pages %}
{% if page.path contains ".md" %}
<a href="{{ page.url }}">{{ page.title }}</a> |
{% endif %}
{% endfor %}
Looking for bitcoin-only meetups? Have a look at <a href="https://bitcoin-only.com/meetups"
target="_blank">bitcoin-only.com/meetups</a></p>
Made with <a href="https://dergigi.com/support" target="_blank">🧡</a> by <a href="https://dergigi.com"
target="_blank">Gigi</a>.
</div>