simple_gallery

Generate simple, static HTML/CSS gallery
Log | Files | Refs | README

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:
Mtemplates/album.html | 6+++---
Mtemplates/viewer.html | 8++++----
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&nbsp;to&nbsp;all&nbsp;albums</p> </a> <a class="quarter" href="{{ prevalbum }}"> - <p><==</p> + <p>&lt;==&nbsp;previous&nbsp;album</p> </a> <a class="right quarter" href="{{ nextalbum }}"> - <p>==></p> + <p>next&nbsp;album&nbsp;==&gt;</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&nbsp;to&nbsp;index&nbsp;view</p> </a> <a href="{{ albumpath }}"> - <p>Back to albums view</p> + <p>Back&nbsp;to&nbsp;albums&nbsp;view</p> </a> <a href="{{ fullrespath + img }}"> - <p>Open original</p> + <p>Open&nbsp;original</p> </a> <a href="../{{ img }}.html"> - <p>Open in all-viewer</p> + <p>Open&nbsp;in&nbsp;all&#8209;viewer</p> </a> <a class="np half" href="{{ previ }}">