structure: divide static dir
crispy-caesus crispy@crispy-caesus.eu
Wed, 27 May 2026 12:31:33 +0200
17 files changed,
25 insertions(+),
25 deletions(-)
jump to
M
templates/blogindex.html.gotmpl
→
templates/blogindex.html.gotmpl
@@ -3,9 +3,9 @@ <html lang="en">
<head> <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="stylesheet" href="../static/css/global.css" /> + <link rel="stylesheet" href="../static/css/center.css" /> + <link rel="icon" type="image/png" href="/static/images/banan_icon.png" /> </head> <body> <div>
M
templates/blogpost.html.gotmpl
→
templates/blogpost.html.gotmpl
@@ -3,9 +3,9 @@ <html lang="en">
<head> <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="stylesheet" href="/static/css/global.css" /> + <link rel="stylesheet" href="/static/css/center.css" /> + <link rel="icon" type="image/png" href="/static/images/banan_icon.png" /> </head> <body> <div>
M
templates/blogrecs.html.gotmpl
→
templates/blogrecs.html.gotmpl
@@ -3,9 +3,9 @@ <html lang="en">
<head> <title>crispy blog recommendations</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="stylesheet" href="../static/css/global.css" /> + <link rel="stylesheet" href="../static/css/center.css" /> + <link rel="icon" type="image/png" href="/static/images/banan_icon.png" /> </head> <body> <div>
M
templates/index.html
→
templates/index.html
@@ -4,9 +4,9 @@ <head>
<meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>banana square</title> - <link rel="stylesheet" href="../static/global.css" /> - <link rel="stylesheet" href="../static/index.css" /> - <link rel="icon" type="image/png" href="../static/banan_icon.png" /> + <link rel="stylesheet" href="../static/css/global.css" /> + <link rel="stylesheet" href="../static/css/index.css" /> + <link rel="icon" type="image/png" href="../static/images/banan_icon.png" /> </head> <body>@@ -16,7 +16,7 @@ <div class="top-left">
<article class="box container intro"> <h1>hi</h1> <img - src="../static/banan.png" + src="../static/images/banan.png" alt="my profile picture" class="banana-img non-pixelated" />@@ -36,7 +36,7 @@ <div class="small-box container cool-people">
<b>cool people</b> <div class="people-buttons"> <a href="https://crispy-caesus.eu" class="image-site-button" - ><img src="static/crispybutton.png" + ><img src="static/images/crispybutton.png" /></a> <a@@ -394,7 +394,7 @@ </a>
- crispy@crispy-caesus.eu <p> Probably my preferred communication medium, at least with - <a title="My PGP key" href="static/crispykey.asc">PGP</a>. I + <a title="My PGP key" href="static/other/crispykey.asc">PGP</a>. I really like its decentralized and independent nature. Besides the technical stuff, I just enjoy it more than instant messaging. I prefer writing longer, more infrequent and thought
M
templates/licenses.html
→
templates/licenses.html
@@ -3,9 +3,9 @@ <html lang="en">
<head> <title>Licenses</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="icon" type="image/png" href="../static/banan_icon.png" /> - <link rel="stylesheet" href="../static/global.css" /> - <link rel="stylesheet" href="../static/center.css" /> + <link rel="icon" type="image/png" href="../static/images/banan_icon.png" /> + <link rel="stylesheet" href="../static/css/global.css" /> + <link rel="stylesheet" href="../static/css/center.css" /> </head> <body> <div>
M
templates/music.html
→
templates/music.html
@@ -3,10 +3,10 @@ <html lang="en">
<head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="icon" type="image/png" href="../static/banan_icon.png" /> + <link rel="icon" type="image/png" href="../static/images/banan_icon.png" /> <title>toothbrushing music</title> - <link rel="stylesheet" href="static/global.css" /> - <link rel="stylesheet" href="static/music.css" /> + <link rel="stylesheet" href="static/css/global.css" /> + <link rel="stylesheet" href="static/css/music.css" /> </head> <body>@@ -25,7 +25,7 @@ in a migration
</p> <p>I hope I can bring it back at some point</p> <img - src="static/toothrush.png" + src="static/images/toothrush.png" alt="toothbrush vibing" class="toothbrush-img non-pixelated" />
M
templates/privacy.html
→
templates/privacy.html
@@ -3,9 +3,9 @@ <html lang="en">
<head> <title>Privacy policy</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="icon" type="image/png" href="../static/banan_icon.png" /> - <link rel="stylesheet" href="../static/global.css" /> - <link rel="stylesheet" href="../static/center.css" /> + <link rel="icon" type="image/png" href="../static/images/banan_icon.png" /> + <link rel="stylesheet" href="../static/css/global.css" /> + <link rel="stylesheet" href="../static/css/center.css" /> </head> <body> <div>