summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-05 23:08:58 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-05 23:08:58 -0400
commit2cffd37912a4f63caa0393567d4d6634d710bfa6 (patch)
tree71626677eecbff3472af43e59626d3a41b4bdbc8 /templates
parentff15b144e380d2e83dad74810a298fdb23810ee5 (diff)
templates/weather.tmpl: use minified css
Diffstat (limited to 'templates')
-rw-r--r--templates/weather.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/weather.tmpl b/templates/weather.tmpl
index d23bc99..ab2f0e2 100644
--- a/templates/weather.tmpl
+++ b/templates/weather.tmpl
@@ -5,8 +5,8 @@
<title>peach - {{.Title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="siddharth ravikumar">
- <link rel="preload" href="/static/peach.css?{{ .Version }}" as="style" />
- <style>@import url("/static/peach.css?{{ .Version }}");</style>
+ <link rel="preload" href="/static/peach.min.css?{{ .Version }}" as="style" />
+ <style>@import url("/static/peach.min.css?{{ .Version }}");</style>
</head>
<body>
<div class="peach">