commit 5f68e30ea0923e076b376137609c1407787e5401
parent e95ad3ef7c02a19a31f2df1e5269fc97a8446418
Author: sej <sej@sejdt.localhost>
Date: Wed, 16 Oct 2024 14:11:46 +0200
Improved prev/next text and non breaking spaces
Diffstat:
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/templates/album.html b/templates/album.html
@@ -2,15 +2,15 @@
{% block title %}{{ title }}{% endblock %}
{% block navbar %}
<a class="half" href="index.html">
- <p>Return to all albums</p>
+ <p>Return to all albums</p>
</a>
<a class="quarter" href="{{ prevalbum }}">
- <p><==</p>
+ <p><== previous album</p>
</a>
<a class="right quarter" href="{{ nextalbum }}">
- <p>==></p>
+ <p>next album ==></p>
</a>
{% endblock %}
{% block content %}
diff --git a/templates/viewer.html b/templates/viewer.html
@@ -4,19 +4,19 @@
{% block navbar %}
<a href="/index.html">
- <p>Back to index view</p>
+ <p>Back to index view</p>
</a>
<a href="{{ albumpath }}">
- <p>Back to albums view</p>
+ <p>Back to albums view</p>
</a>
<a href="{{ fullrespath + img }}">
- <p>Open original</p>
+ <p>Open original</p>
</a>
<a href="../{{ img }}.html">
- <p>Open in all-viewer</p>
+ <p>Open in all‑viewer</p>
</a>
<a class="np half" href="{{ previ }}">