This commit is contained in:
evilchili
2025-10-04 01:26:09 -07:00
parent 120449386a
commit c9927656ce
8 changed files with 222 additions and 95 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
</head>
<body>
<nav>
{% for uri, stub in breadcrumbs %}
<span>&nbsp; / <a href="{{ app.config.VIEW_URI }}{{ uri }}">{{ stub }}</a></span>
{% for uri, name in breadcrumbs %}
<span>&nbsp; / <a href="{{ app.config.VIEW_URI }}{{ uri }}">{{ name }}</a></span>
{% endfor %}
</nav>
<nav>