diff options
author | David Robillard <d@drobilla.net> | 2019-03-24 23:42:23 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-03-24 23:42:59 +0100 |
commit | b7caba4e99effe0aa8f2fca74dc33a2f4495924a (patch) | |
tree | 92184e9a7e94bc0d6ebd85d99d4abb00737d501b /themes/lv2/templates/page.html | |
parent | 198cb31eddc79ff23e02a4f0677b72e112aadd7e (diff) | |
download | lv2site-b7caba4e99effe0aa8f2fca74dc33a2f4495924a.tar.xz |
Use lighter style consistent with documentation
Diffstat (limited to 'themes/lv2/templates/page.html')
-rw-r--r-- | themes/lv2/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/lv2/templates/page.html b/themes/lv2/templates/page.html index 6adfc0d..107092e 100644 --- a/themes/lv2/templates/page.html +++ b/themes/lv2/templates/page.html @@ -16,7 +16,6 @@ <h1><a href="{{ SITEURL }}/pages/{{ page.slug }}.html" id="page-title">{{ page.title }}</a></h1> {% endif %} </header> - {{ page.content }} {% if page.gallery %} <div id="slideshow"> {% for photo_set in page.gallery.photos %} @@ -25,4 +24,5 @@ </div> <script type="text/javascript" src="{{ SITEURL }}/theme/js/slideshow.js"></script> {% endif %} + {{ page.content }} {% endblock %} |