diff options
author | joak <joak@nospace.at> | 2020-08-17 19:20:18 +0200 |
---|---|---|
committer | joak <joak@nospace.at> | 2020-08-17 19:20:18 +0200 |
commit | 66d5bb150621e8d8b7b11e997b6a6a9afce8223e (patch) | |
tree | d0d806ae0443fd572fef7abca0bcdacb330fff8a /templates/page.html | |
parent | f60e9ccd5b046101903a79bf6afa0cf87fdd956c (diff) |
update
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 5d9297d..f5fa458 100644 --- a/templates/page.html +++ b/templates/page.html @@ -10,8 +10,9 @@ {% if work.selected %} {{work.content.blocks._flowblock}} <span class="previews"> +<!-- <h1 class="starth1">{{work.title}}</h1> - +--> {% for item in work.content.blocks %} {% if item._flowblock == 'gallery' %} {% for i in item.gallery.blocks %} |