diff options
Diffstat (limited to 'ui/html/pages')
-rw-r--r-- | ui/html/pages/index.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html index c252465..46a58e8 100644 --- a/ui/html/pages/index.tmpl.html +++ b/ui/html/pages/index.tmpl.html @@ -2,5 +2,5 @@ {{define "main"}} <h2>Blog</h2> - <p>Home of {{.Webmaster}}</p> + <p>Home of {{.Name}}</p> {{end}} |