bloggen: make favicon location absolute
crispy-caesus crispy@crispy-caesus.eu
Thu, 16 Apr 2026 00:01:45 +0200
2 files changed,
2 insertions(+),
2 deletions(-)
M
templates/blogindex.html.gotmpl
→
templates/blogindex.html.gotmpl
@@ -5,7 +5,7 @@ <title>crispy blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../static/global.css" /> <link rel="stylesheet" href="../static/center.css" /> - <link rel="icon" type="image/png" href="../static/banan_icon.png" /> + <link rel="icon" type="image/png" href="/static/banan_icon.png" /> </head> <body> <div>
M
templates/blogpost.html.gotmpl
→
templates/blogpost.html.gotmpl
@@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{.Title}}</title> <link rel="stylesheet" href="/static/global.css" /> <link rel="stylesheet" href="/static/center.css" /> - <link rel="icon" type="image/png" href="../static/banan_icon.png" /> + <link rel="icon" type="image/png" href="/static/banan_icon.png" /> </head> <body> <div>