You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
428 B
HTML
26 lines
428 B
HTML
<div>
|
|
<!-- Main navigation -->
|
|
<!-- TODO! -->
|
|
</div>
|
|
<div>
|
|
<h2>Categories</h2>
|
|
<ul>
|
|
{% for category, _art in categories %}
|
|
<li><a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
|
|
<h2>Tags</h2>
|
|
<ul>
|
|
{% for tag, _art in tags %}
|
|
<li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h2>Stalk me also at</h2>
|
|
TODO!
|
|
|
|
<h2>I stalk</h2>
|
|
TODO!
|