news.tatooine.club/_includes/topics.html

5 lines
174 B
HTML
Raw Permalink Normal View History

2023-06-09 08:40:34 +00:00
<nav>
<ul>
{% for T in site.data.topics %}{%if T[1]>0%}<li class="topic-list"><a href="/{{ T[0]}}/">{{T[0] | capitalize|strip}}</a></li>{%endif%}{% endfor %}
2023-06-09 08:40:34 +00:00
</ul>
</nav>