Feat: Update nav bar
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<ul class="toctree">
|
||||
<h2>Niveaux</h2>
|
||||
{% for cat, articles in categories|sort %}
|
||||
{% if (article and article.category == cat) or category == cat %}
|
||||
<li class="toctree-l1 current"><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat | upper }}</a>
|
||||
|
Reference in New Issue
Block a user