revert load order change

This commit is contained in:
Til 2026-05-09 10:16:30 +02:00
parent 40e6f09512
commit 26d2c68d47

View file

@ -170,18 +170,15 @@
style="fill:#07c; fill:var(--a);" />
</symbol>
<symbol id="file-icon" viewBox="0 0 48 48">
<path
fill="currentColor"
<path fill="currentColor"
opacity=".7"
d="m 28.22643,4.6905246 0.0063,9.1096644 a 1.6331061,1.6331061 43.698111 0 0 1.649296,1.632007 l 9.339558,-0.09259 z" />
<path
class="a"
<path class="a"
d="M39.5,15.5h-9a2,2,0,0,1-2-2v-9h-18a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2Z"
id="path1"
style="stroke:#07c; stroke:var(--a);"
stroke-width="1" fill="none" stroke-linecap="round" stroke-linejoin="round" />
<line
class="a"
<line class="a"
x1="28.5"
y1="4.5"
x2="39.5"
@ -213,10 +210,17 @@
<tbody>
{%- for f in files %}
<tr><td>{{ f.lead }}</td><td><a href="{{ f.href }}">{{ f.name|e }}</a></td><td>{{ f.sz }}</td>
<tr>
<td>{{ f.lead }}</td>
<td><a href="{{ f.href }}">{{ f.name|e }}</a></td>
<td>{{ f.sz }}</td>
{%- if f.tags is defined %}
{%- for k in taglist %}<td>{{ f.tags[k]|e }}</td>{%- endfor %}
{%- endif %}<td>{{ f.ext }}</td><td>{{ f.dt }}</td></tr>
{%- for k in taglist %}
<td>{{ f.tags[k]|e }}</td>{%- endfor %}
{%- endif %}
<td>{{ f.ext }}</td>
<td>{{ f.dt }}</td>
</tr>
{%- endfor %}
</tbody>
@ -254,6 +258,7 @@
{%- if lang != "eng" %}
<script src="{{ r }}/.cpr/w/tl/{{ lang }}.js?_={{ ts }}"></script>
{%- endif %}
<script src="{{ r }}/.cpr/w/baguettebox.js?_={{ ts }}"></script>
<script src="{{ r }}/.cpr/w/browser.js?_={{ ts }}"></script>
<script src="{{ r }}/.cpr/w/baguettebox.js?_={{ ts }}"></script>
<script src="{{ r }}/.cpr/w/up2k.js?_={{ ts }}"></script>