From 3e1a751ee6f62369f1478427bfb89d8109e5b8ed Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 12 Mar 2017 22:33:42 +0100 Subject: Updated templates to use HTML5 instead of XHTML. --- templates/base.tmpl | 8 +++----- templates/paste.tmpl | 8 ++++---- templates/view.tmpl | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/templates/base.tmpl b/templates/base.tmpl index 55b420e..6374752 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -1,10 +1,8 @@ - - - + + $title - + #block head #end block diff --git a/templates/paste.tmpl b/templates/paste.tmpl index 941e624..e0fea2e 100644 --- a/templates/paste.tmpl +++ b/templates/paste.tmpl @@ -16,12 +16,12 @@ #end for -
  • -
  • +
  • +
  • - - + +
  • diff --git a/templates/view.tmpl b/templates/view.tmpl index 267e87f..445a1ad 100644 --- a/templates/view.tmpl +++ b/templates/view.tmpl @@ -1,6 +1,6 @@ #extends templates.base #def head - + #end def #def content -- cgit v1.2.3