index — crispy-website @ 05a3fb7c305928154e554342a3c6be03c8aaab59

My personal homepage (very crispy)

bloggen: make favicon location absolute
crispy-caesus crispy@crispy-caesus.eu
Thu, 16 Apr 2026 00:01:45 +0200
commit

05a3fb7c305928154e554342a3c6be03c8aaab59

parent

98f68c87850c50ebd0796a991315163934401b82

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M templates/blogindex.html.gotmpltemplates/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.gotmpltemplates/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>