commit 8c896e7b8276a0a27aff8df43e4455ed02e62ff3 parent 330ade5290589d4cc76e1c4351b7729ea0dedabb Author: Frederic Cambus <fred@statdns.com> Date: Mon, 24 Apr 2017 19:25:11 +0200 Do not hardcode titles in pages Diffstat:
M | templates/page.mustache | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/templates/page.mustache b/templates/page.mustache @@ -1,4 +1,3 @@ {{> header}} -<h1>{{{page.title}}}</h1> {{{page.content}}} -{{> footer}} -\ No newline at end of file +{{> footer}}