templates: split the code path into multiple separate links

This commit is contained in:
Sasha Koshka 2025-08-25 18:42:03 -04:00
parent 0daf300060
commit 6e1859943a
Signed by: sashakoshka
GPG Key ID: 5F45CE982CB37401

View File

@ -10,7 +10,9 @@
<div id=contentWrap>
<aside>
<p class=sidebarLabel>
<a href="/"></a><a href="/">{{ directory }}</a>
{% for part in directory | split(pat="/") -%}
<a href="/">{{ part }}/</a>
{%- endfor %}
</p>
<table class=files border=1>
<tbody>