news.tatooine.club/_includes/topics.html

8 lines
173 B
HTML
Raw Normal View History

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