diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-07-31 16:46:28 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-07-31 16:46:28 +0200 |
commit | aadb5b5a08a3d12211bf5c5286d0b35fe80c79d5 (patch) | |
tree | 109038afe47095200989ffd14507f61171b75248 /templates | |
parent | 6e5801a75399f7b8bc7adb1b19bc2d26e169f970 (diff) | |
download | rocket-blog-aadb5b5a08a3d12211bf5c5286d0b35fe80c79d5.tar.gz rocket-blog-aadb5b5a08a3d12211bf5c5286d0b35fe80c79d5.tar.bz2 rocket-blog-aadb5b5a08a3d12211bf5c5286d0b35fe80c79d5.zip |
Typo in layout markup
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 2 |
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 }}} |