diff --git a/templates/gallery.html b/templates/gallery.html index 627e0d6..af0cd34 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -5,7 +5,7 @@ {% endblock %} {% block content %} - + {% if page.extra.heading %} {{ page.extra.heading }} diff --git a/templates/macros.html b/templates/macros.html index 7db944b..4869e10 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -211,7 +211,7 @@ {% for asset in page.assets %} {% if asset is matching("[.](jpg|png)$") %} - + {% endif %} {% endfor %}