Added version to CSS to allow invalidating it

This commit is contained in:
2025-05-29 00:12:40 +02:00
parent 84344596c8
commit 5e9cdc81fc
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/css/style.css"> <link rel="stylesheet" href="/static/css/style.css?version=1">
<title></title> <title></title>
</head> </head>
<body class="{{ template "bodyClass" . }}"> <body class="{{ template "bodyClass" . }}">

View File

@@ -19,7 +19,7 @@
</p> </p>
<p> <p>
We do love doing computer/servers/code stuff, riding trains, reading yuri manga, and making HRT in our kitchen. Oh, and sunflowers, of course, they're pretty! We do love doing computer/servers/code stuff, riding trains, reading yuri manga, listing to our themfriend's yapping, and making HRT in our kitchen. Oh, and sunflowers, of course, they're pretty!
</p> </p>
</div> </div>
</div> </div>