added webring shortcode
This commit is contained in:
@@ -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>
|
||||
|
||||
4
templates/shortcodes/webring.html
Normal file
4
templates/shortcodes/webring.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<span class="webring">
|
||||
<a href={{prev}}>⇱</a>
|
||||
<a href={{webring}}>{{webringName}}</a>
|
||||
<a href={{next}}>⇲</a></span>
|
||||
Reference in New Issue
Block a user