news.tatooine.club/_includes/topics.html

5 lines
153 B
HTML
Raw Normal View History

2023-06-09 08:40:34 +00:00
<nav>
<ul>
2023-06-12 09:42:56 +00:00
{% for topic in site.topics %}<li class="topic-list"><a href="/{{ topic}}/">{{topic | capitalize|strip}}</a></li>{% endfor %}
2023-06-09 08:40:34 +00:00
</ul>
</nav>