diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-04-14 01:15:25 +0200 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-04-14 01:15:25 +0200 |
commit | 861070f74d75cd7b5ff4a410166b4df784b5b57f (patch) | |
tree | bc7ecea965667fbb5ffba27547231352fc597b90 /src/http/tpl/base.html | |
parent | 7d48d2abba46570ad67fa9f4b8c0b4e023fc2eed (diff) |
Prefix html title tag for posts with their title
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> |