diff options
author | Josias <me@josias.dev> | 2022-04-18 21:41:19 -0700 |
---|---|---|
committer | Josias <me@josias.dev> | 2022-04-18 21:41:19 -0700 |
commit | 56f63a3b8fc835f7a59497a085748be4dac91766 (patch) | |
tree | f3abe53c39960b72c2d333f792093b5cdbe6f574 | |
parent | 0f8a200ad49c965080b6d7b3775475fbea64ee6b (diff) |
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index f476d0d..242d5e7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ <title>{% block title %} {{ config.title }} {% endblock title %}</title> - <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css" /> + <link rel="stylesheet" href="https://cdn.simplecss.org/simple-v1.css"> <link rel="stylesheet" href="/main.css" /> <link rel="icon" type="image/webp" href="/icon.webp" /> </head> |