add a page header
This commit is contained in:
parent
35d5884591
commit
2875805444
4 changed files with 27 additions and 9 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue