simple_gallery

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

commit 99bc64f18ef3ab1d2689d718121770e519246ec7
parent 5f68e30ea0923e076b376137609c1407787e5401
Author: sej <sej@sejdt.localhost>
Date:   Wed, 30 Oct 2024 14:23:24 +0100

Removed unused template code

Diffstat:
Mtemplates/index.html | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/templates/index.html b/templates/index.html @@ -1,17 +1,6 @@ {% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block navbar %} -<a class="half" href="index.html"> - <p>Return to all albums</p> -</a> - -<a class="quarter" href="{{ prevalbum }}"> - <p><==</p> -</a> - -<a class="right quarter" href="{{ nextalbum }}"> - <p>==></p> -</a> {% endblock %} {% block content %} <h1>{{ title }}</h1>