diff options
Diffstat (limited to 'src/http/tpl/base.html')
-rw-r--r-- | src/http/tpl/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index fa65911..01b5386 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -2,7 +2,7 @@ <html> <head> - <title>mediocregopher's lil web corner</title> + <title>{{ .Title }}</title> <style>{{ StaticInlineCSS "new.css" }}</style> <style>{{ StaticInlineCSS "mediocre.css" }}</style> |