diff options
author | 135e2 <[email protected]> | 2022-06-02 00:28:08 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-06-03 11:31:48 +0800 |
commit | 45dba0654aa9c8ba210b8d5b80cdc388c408beef (patch) | |
tree | bea1e6b7bcb383f49e9cf0820bce0e88bdbce26c /layout/_partial/head.ejs | |
parent | cd2d14c8c6fd3d6111b7ccf6e4aa58d9e99cf100 (diff) | |
download | chromate-45dba0654aa9c8ba210b8d5b80cdc388c408beef.tar.gz chromate-45dba0654aa9c8ba210b8d5b80cdc388c408beef.tar.bz2 chromate-45dba0654aa9c8ba210b8d5b80cdc388c408beef.zip |
chore: load css & js locally...
... for better loading speed since jsDelivr sucks
Diffstat (limited to 'layout/_partial/head.ejs')
-rw-r--r-- | layout/_partial/head.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 7c957ec..fb85da4 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -33,6 +33,6 @@ <!-- Scripts and styles --> <%- css('css/style.min.css') %> - <link media="all" rel="stylesheet" id="bulma-light" href="https://cdn.jsdelivr.net/npm/bulma/css/bulma.min.css"> - <link media="none" rel="stylesheet" id="bulma-dark" href="https://cdn.jsdelivr.net/npm/[email protected]/darkly/bulmaswatch.min.css"> + <link media="all" rel="stylesheet" id="bulma-light" href="/css/bulma.min.css"> + <link media="none" rel="stylesheet" id="bulma-dark" href="/css/bulmaswatch.min.css"> </head> |