summaryrefslogtreecommitdiffstats
path: root/themes/lv2/templates/page.html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-24 23:42:23 +0100
committerDavid Robillard <d@drobilla.net>2019-03-24 23:42:59 +0100
commitb7caba4e99effe0aa8f2fca74dc33a2f4495924a (patch)
tree92184e9a7e94bc0d6ebd85d99d4abb00737d501b /themes/lv2/templates/page.html
parent198cb31eddc79ff23e02a4f0677b72e112aadd7e (diff)
downloadlv2site-b7caba4e99effe0aa8f2fca74dc33a2f4495924a.tar.xz
Use lighter style consistent with documentation
Diffstat (limited to 'themes/lv2/templates/page.html')
-rw-r--r--themes/lv2/templates/page.html2
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 %}