site relaunch

This commit is contained in:
evilchili
2023-06-11 21:35:15 -07:00
parent a6c101b01b
commit b70e416a3f
38 changed files with 834 additions and 70 deletions
@@ -6,7 +6,11 @@
{% else %}
<section id="content" class="content">
{% if category %}
{% with key='category', values=[category], title=category %}{% include "category-index.html" %}{% endwith %}
{% if category.name in ('locations', ) %}
{% include category.name + "-index.html" %}
{% else %}
{% with key='category', values=[category], title=category %}{% include "category-index.html" %}{% endwith %}
{% endif %}
{% elif tag %}
{% include "tag-index.html" %}
{% endif %}