UPdate.
WrenCI / mac (push) Waiting to run
WrenCI / windows (push) Waiting to run
WrenCI / linux (push) Failing after 55s

This commit is contained in:
2026-01-26 05:12:14 +01:00
parent a59dbe1d55
commit fe2f087d9f
143 changed files with 13333 additions and 15112 deletions
@@ -0,0 +1,12 @@
{# retoor <retoor@molodetz.nl> #}
<nav class="breadcrumb">
<a href="{{ static_prefix }}index.html">Home</a>
{% for crumb in breadcrumb %}
<span class="separator">/</span>
{% if loop.last %}
<span>{{ crumb.title }}</span>
{% else %}
<a href="{{ static_prefix }}{{ crumb.url }}">{{ crumb.title }}</a>
{% endif %}
{% endfor %}
</nav>