add a page header

This commit is contained in:
Nick Pegg 2024-08-04 09:34:16 -07:00
parent 35d5884591
commit 2875805444
4 changed files with 27 additions and 9 deletions

View file

@ -10,7 +10,6 @@
{% endif %}
{% if album_dir.children %}
<h1>Albums</h1>
<ul id="album-children">
{% for child in album_dir.children %}
<li class="album">
@ -23,7 +22,6 @@
{% endif %}
{% if album_dir.images %}
<h1>Photos</h1>
<div id="album-photos">
{% for image in album_dir.images %}
<div class="thumbnail">