aboutsummaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-01 10:45:47 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-01 10:45:47 -0500
commit08a5a5cb7022ba350df3de3ca5cd8c9d9467baad (patch)
tree52bd16513f8fa733fd30322b17b77856065030d0 /templates/template.html
parent5c33255b6ad3906c5c4487f29b04283d84275aaf (diff)
downloadhn-08a5a5cb7022ba350df3de3ca5cd8c9d9467baad.tar.gz
hn-08a5a5cb7022ba350df3de3ca5cd8c9d9467baad.tar.bz2
hn-08a5a5cb7022ba350df3de3ca5cd8c9d9467baad.zip
enhancement: add CSS and minification
Diffstat (limited to 'templates/template.html')
-rw-r--r--templates/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html
index a531a3b..31272ab 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -10,7 +10,7 @@
<meta name="description" content="{page_description}">
<link rel="canonical" href="{canoncial_url}">
<link rel="icon" href="/favicon.ico">
- <link rel="stylesheet" href="/static/styles.css">
+ <link rel="stylesheet" href="/static/styles.min.css">
</head>
<body>