aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/page.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-05 18:34:02 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-05 18:34:02 -0400
commitfe7012879c287d80598a9b6e40929b61eefcd25c (patch)
treeffedaef0f41b71192e1728d15c4c40f2dc41f1c3 /theme/templates/page.html
parent8e209973ab76e5d3b5657088306d5cd16a4eaaee (diff)
downloadbnewnet-fe7012879c287d80598a9b6e40929b61eefcd25c.tar.gz
bnewnet-fe7012879c287d80598a9b6e40929b61eefcd25c.zip
basic fixups to templates and stylesheet
Diffstat (limited to 'theme/templates/page.html')
-rw-r--r--theme/templates/page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html
index 100cd04..bcbcf5e 100644
--- a/theme/templates/page.html
+++ b/theme/templates/page.html
@@ -8,8 +8,8 @@
{{ page.content }}
{% if page.modified %}
- <p>
+ <div class="right_stuff">
Last updated: {{ page.locale_modified }}
- </p>
+ </div>
{% endif %}
{% endblock %}