From 2cffd37912a4f63caa0393567d4d6634d710bfa6 Mon Sep 17 00:00:00 2001
From: siddharth ravikumar <s@ricketyspace.net>
Date: Sun, 5 Jun 2022 23:08:58 -0400
Subject: templates/weather.tmpl: use minified css

---
 templates/weather.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'templates')

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">
-- 
cgit v1.2.3