small change s+ dwelling

This commit is contained in:
2024-07-15 12:50:57 +01:00
parent 67891735bb
commit 4f92c40d78
11 changed files with 39 additions and 29 deletions

View File

@@ -22,9 +22,9 @@
<div id="showcase-cont">
{% for show in showcase %}
<div class="showcase">
<p>({{ show['year'] }})</p>
<p>{{ show['name'] }},</p>
<p>{{ show['location'] }}</p>
<p>({{ show['year'] }})
{{ show['name'] }},
{{ show['location'] }}</p>
</div>
{% endfor %}
</div>