From 1233c89b66f4e4a8a8aa219921af145ea9996dc9 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 24 Feb 2016 10:39:17 +0100 Subject: Move title to the right --- tmpl/edit | 2 +- tmpl/root | 2 +- tmpl/view | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'tmpl') diff --git a/tmpl/edit b/tmpl/edit index 683567c..2034f47 100644 --- a/tmpl/edit +++ b/tmpl/edit @@ -1,4 +1,4 @@ -{{define "title"}}Editing {{.Title}}{{end}} +{{define "title"}}Edit {{.Title}}{{end}} {{define "content"}}
diff --git a/tmpl/root b/tmpl/root index d9b533c..03659c7 100644 --- a/tmpl/root +++ b/tmpl/root @@ -10,7 +10,7 @@
-

{{template "title" .}}

+

{{template "title" .}}