diff --git a/_layouts/page.html b/_layouts/page.html index ffb72ee9..b02d00a1 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,6 +2,7 @@ layout: default --- +
{% if page.title %} @@ -9,6 +10,20 @@

{{ page.title }}

{% endif %} + + {% if page.files %} + {% for zip in page.files %} + Files for {{zip.zipname}} + + {% endfor %} + {% endif %} + {{ content }}