diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-01-22 12:45:03 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-01-22 12:45:03 +0100 |
commit | 5b5a0438682ecb69bbc8d7cb9904ad4b049033a3 (patch) | |
tree | bf5a689a3df4cbf9bd6188928d79d67517be63b3 /src/http/tpl/base.html | |
parent | 1cfdac5e8c2ac802275cb29ae9149c55547f38fb (diff) |
Implement gemini atom feed
Diffstat (limited to 'src/http/tpl/base.html')
-rw-r--r-- | src/http/tpl/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index dbfdbb0..612657e 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -2,6 +2,7 @@ <html> <head> + <title>mediocregopher's lil web corner</title> <style>{{ StaticInlineCSS "new.css" }}</style> <style>{{ StaticInlineCSS "mediocre.css" }}</style> |