move nav to under photo

This commit is contained in:
Nick Pegg 2024-08-04 17:58:58 -07:00
parent c3c4a84181
commit 8d82b4defa

View file

@ -16,6 +16,10 @@
{% endblock %}
{% block content %}
<div id="photo">
<img src="{{image_path.display_filename()}}" />
</div>
<div id="nav">
<div>
{% if prev_image %}
@ -38,10 +42,6 @@
</div>
</div>
<div id="photo">
<img src="{{image_path.display_filename()}}" />
</div>
<div id="photo-description">
{% if image_path.description %}
{{ image_path.description | safe }}