aboutsummaryrefslogtreecommitdiff
path: root/tmpl/root
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-24 10:39:17 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-24 10:39:17 +0100
commit1233c89b66f4e4a8a8aa219921af145ea9996dc9 (patch)
tree0d541c09cf4cf183e78b50c15da80249ffc4772c /tmpl/root
parent1c189a12023060a247215073dc1e79cabf86071d (diff)
Move title to the right
Diffstat (limited to 'tmpl/root')
-rw-r--r--tmpl/root2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/root b/tmpl/root
index d9b533c..03659c7 100644
--- a/tmpl/root
+++ b/tmpl/root
@@ -10,7 +10,7 @@
<body>
<section>
<header>
-<h1>{{template "title" .}}</h1>
+<p>{{template "title" .}}</p>
<nav>
<a href="/" title="home"><i class="fa fa-home"></i></a>
<a href="/index" title="index"><i class="fa fa-list"></i></a>