mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 00:44:19 +01:00
* refactor(layout): move back link to layout * feat: add concept.svg * feat(menu): cleanup * feat(footer): add sitemap
13 lines
591 B
HTML
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> |