generated from hjess/PythonTemplateProject
Loads and loads of data
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<span class="opener">Kategorier</span>
|
||||
<ul>
|
||||
{% for category in data.categories %}
|
||||
<li><a href="/category/{{ category.path }}">{{ category.name }}</a></li>
|
||||
<li><a href="/category/{{ category.path }}">{{ category.path }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user