added webring shortcode

This commit is contained in:
Speyll
2023-07-25 04:05:11 +01:00
parent f70c2070d0
commit 42801d375a
6 changed files with 18 additions and 16 deletions

View File

@@ -128,14 +128,6 @@
</div>
</div>
{% if config.extra.footer_nav %}
<nav class="textCenter">
{% for nav_item in config.extra.footer_nav %}
<a href="{{ nav_item.url | safe }}">{{ nav_item.name }}</a>
{% endfor %}
</nav>
{% endif %}
</footer>
</div>
</body>

View File

@@ -0,0 +1,4 @@
<span class="webring">
<a href={{prev}}></a>
<a href={{webring}}>{{webringName}}</a>
<a href={{next}}></a></span>