diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-06-01 10:45:47 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-06-01 10:45:47 -0500 |
commit | 08a5a5cb7022ba350df3de3ca5cd8c9d9467baad (patch) | |
tree | 52bd16513f8fa733fd30322b17b77856065030d0 /templates | |
parent | 5c33255b6ad3906c5c4487f29b04283d84275aaf (diff) | |
download | hn-08a5a5cb7022ba350df3de3ca5cd8c9d9467baad.tar.gz hn-08a5a5cb7022ba350df3de3ca5cd8c9d9467baad.tar.bz2 hn-08a5a5cb7022ba350df3de3ca5cd8c9d9467baad.zip |
enhancement: add CSS and minification
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template.html | 2 |
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> |