summaryrefslogtreecommitdiff
path: root/src/http/tpl
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2023-01-22 12:45:03 +0100
committerBrian Picciano <mediocregopher@gmail.com>2023-01-22 12:45:03 +0100
commit5b5a0438682ecb69bbc8d7cb9904ad4b049033a3 (patch)
treebf5a689a3df4cbf9bd6188928d79d67517be63b3 /src/http/tpl
parent1cfdac5e8c2ac802275cb29ae9149c55547f38fb (diff)
Implement gemini atom feed
Diffstat (limited to 'src/http/tpl')
-rw-r--r--src/http/tpl/base.html1
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>