diff options
Diffstat (limited to 'libpathod/templates/layout.html')
-rw-r--r-- | libpathod/templates/layout.html | 6 |
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>© Aldo Cortesi 2012</span> + <span>© Aldo Cortesi 2015</span> <span class="pull-right">[served with pathod]</span> </footer> </div> |