diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-09-16 15:23:51 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-09-16 15:25:24 +0200 |
commit | fedb6a2f211b07eaca44dd75f6351ea02e78c3f1 (patch) | |
tree | 9f0a07e2e27fe917abf1304d3427cec562b28c66 /templates | |
parent | 9ccb85e282c5b1a80e1578a46905c495903035fc (diff) |
Remove the h1 telling us about our great achivement of using a custom template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 7991e88..6f03887 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -38,7 +38,6 @@ </TMPL_LOOP> </head> <body> -<h1>Own template2</h1> <TMPL_IF HTML5><article class="page"><TMPL_ELSE><div class="page"></TMPL_IF> <TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF> |