diff options
author | Adam Stück <adam@adast.dk> | 2024-09-14 23:18:53 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-09-14 23:30:11 +0200 |
commit | 8af8f7b665375f5b5c5a701aaf3631263a2e6515 (patch) | |
tree | a30a9783d6d444765654555075d5570ef0a79ab7 /header.html | |
parent | d46643435360f1b2fd38b098c33cf5a3bfd1af12 (diff) |
switch to wruby site generator
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/header.html b/header.html index b687008..971a627 100644 --- a/header.html +++ b/header.html @@ -6,12 +6,8 @@ <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" /> - <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%;} - a:link{text-decoration:none;}a:visited{text-decoration:none;}a:hover{text-decoration:underline;}a:active{text-decoration:underline;}</style> + <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> </head> <nav id="top"> |