commit 85c073dc5208d7b535ae1a60216d4c8ab1d36475
parent 48946088a18e4e9cc650ad504bef8e750aa9e2b3
Author: sej <sej@sejdt.localhost>
Date: Mon, 30 Sep 2024 20:01:14 +0200
Changed order or navbar items + typo.
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/templates/viewer.html b/templates/viewer.html
@@ -3,20 +3,20 @@
{% block title %}{{ img }}{% endblock %}
{% block navbar %}
-<a href="{{ albumpath }}">
- <p>Back to albums view</p>
-</a>
-
<a href="/index.html">
<p>Back to index view</p>
</a>
+<a href="{{ albumpath }}">
+ <p>Back to albums view</p>
+</a>
+
<a href="{{ fullrespath + img }}">
<p>Open original</p>
</a>
<a href="../{{ img }}.html">
- <p>Open i all-viewer</p>
+ <p>Open in all-viewer</p>
</a>
<a class="np half" href="{{ previ }}">