From 8d82b4defac609bf71c269825cf27393005b9f29 Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Sun, 4 Aug 2024 17:58:58 -0700 Subject: [PATCH] move nav to under photo --- photojawn/skel/_templates/photo.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/photojawn/skel/_templates/photo.html b/photojawn/skel/_templates/photo.html index 86ead53..8c837d6 100644 --- a/photojawn/skel/_templates/photo.html +++ b/photojawn/skel/_templates/photo.html @@ -16,6 +16,10 @@ {% endblock %} {% block content %} +
+ +
+ -
- -
-
{% if image_path.description %} {{ image_path.description | safe }}