aboutsummaryrefslogtreecommitdiff
path: root/header.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-23 09:36:35 -0400
committerBradley Taunt <bt@btxx.org>2024-07-23 09:36:35 -0400
commitd2a6023d2bf19b08ca61baf809a8b3b526e41169 (patch)
tree21fedbcc69cf60949fedda52f254a86e688e9b60 /header.html
parentf7f421dd3a1a0af1596719949b0024b37ccd0fe3 (diff)
Pull out configuration into separate file,update homepage post count, default post index page
Diffstat (limited to 'header.html')
-rw-r--r--header.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/header.html b/header.html
index 9efbb37..ea4e8e3 100644
--- a/header.html
+++ b/header.html
@@ -6,8 +6,7 @@
<meta name="color-scheme" content="dark light">
<link rel="icon" href="data:,">
<title>{{TITLE}}</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
+ <link href="/index.rss" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0
auto;max-width:650px;padding:1rem;}blockquote{border-left:4px
solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;}</style>