Compile page

This commit is contained in:
Liliesh 2025-07-14 15:29:42 +02:00
parent 6e42243373
commit a1a2cd18e2
Signed by: liliesh
GPG key ID: 680387646C7BAE8E
12 changed files with 66 additions and 66 deletions

View file

@ -16,7 +16,7 @@
{% for tag in tags|sort(case_sensitive=true) %}
{%- if not loop.first and not loop.last %}, {% endif -%}
{%- if loop.last and not loop.first %} and {% endif %}
<a href="/tags/{{ tag }}.html">#{{ tag }}</a>
<a href="/blog/tags/{{ tag }}.html">#{{ tag }}</a>
{%- endfor %}
{% endif %}
</p>