aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/layout.html')
-rw-r--r--libpathod/templates/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpathod/templates/layout.html b/libpathod/templates/layout.html
index 3c0c477b..5278e5aa 100644
--- a/libpathod/templates/layout.html
+++ b/libpathod/templates/layout.html
@@ -51,11 +51,11 @@
</div>
<div class="container">
- {% block content %}
- {% endblock %}
+ {% block content %}
+ {% endblock %}
<hr>
<footer>
- <span>&copy; Aldo Cortesi 2012</span>
+ <span>&copy; Aldo Cortesi 2015</span>
<span class="pull-right">[served with pathod]</span>
</footer>
</div>