From 9b5e1ca545ac611963a655b58d360684f9c34153 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Sat, 16 Nov 2024 18:54:49 +0000 Subject: add section or page title as HTML title --- templates/photos.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/photos.html') diff --git a/templates/photos.html b/templates/photos.html index bad4589..218a26d 100644 --- a/templates/photos.html +++ b/templates/photos.html @@ -1,14 +1,13 @@ {% extends "base.html" %} {% block body %} -

{{ section.title }}

{% for page in paginator.pages %}
{{page.extra.caption}} -
{{page.extra.caption}}
+
{{page.title}}
{% endfor %} {% if paginator.previous or paginator.next%}
-- cgit v1.2.3