Added version to CSS to allow invalidating it
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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>
|
||||
</head>
|
||||
<body class="{{ template "bodyClass" . }}">
|
||||
|
@@ -19,7 +19,7 @@
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user