diff options
author | 135e2 <[email protected]> | 2022-06-02 20:42:07 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-06-07 18:56:22 +0800 |
commit | 5ce954f17fc79ca496f345f151dc0df82e60760c (patch) | |
tree | 7c53047483fb1899063df4790858ab82d1b6149e /layout | |
parent | 88fb0d394f6b0be798ca31371b6b732c65230781 (diff) | |
download | chromate-5ce954f17fc79ca496f345f151dc0df82e60760c.tar.gz chromate-5ce954f17fc79ca496f345f151dc0df82e60760c.tar.bz2 chromate-5ce954f17fc79ca496f345f151dc0df82e60760c.zip |
chore: use cdnjs 360 mirror
Diffstat (limited to 'layout')
-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 fb85da4..55eccfd 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="/css/bulma.min.css"> - <link media="none" rel="stylesheet" id="bulma-dark" href="/css/bulmaswatch.min.css"> + <link media="all" rel="stylesheet" id="bulma-light" href="https://lib.baomitu.com/bulma/0.9.4/css/bulma.min.css"> + <link media="none" rel="stylesheet" id="bulma-dark" href="https://lib.baomitu.com/bulmaswatch/0.8.1/darkly/bulmaswatch.min.css"> </head> |