🏡 index : github.com/captn3m0/news.git

<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 %}
</ul>
</nav>