aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-07-31 16:46:28 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-07-31 16:46:28 +0200
commitaadb5b5a08a3d12211bf5c5286d0b35fe80c79d5 (patch)
tree109038afe47095200989ffd14507f61171b75248
parent6e5801a75399f7b8bc7adb1b19bc2d26e169f970 (diff)
downloadrocket-blog-aadb5b5a08a3d12211bf5c5286d0b35fe80c79d5.tar.gz
rocket-blog-aadb5b5a08a3d12211bf5c5286d0b35fe80c79d5.tar.bz2
rocket-blog-aadb5b5a08a3d12211bf5c5286d0b35fe80c79d5.zip
Typo in layout markup
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index caf41de..4eeac80 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -6,7 +6,7 @@
</head>
<body>
<header class="page-header">
- <h1>{{ title }}</title>
+ <h1>{{ title }}</h1>
</header>
{{#flash}}<div class="flash">{{ . }}</div>{{/flash}}
{{{ content }}}