aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}}