diff options
author | Doge <[email protected]> | 2021-05-06 13:14:51 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-06 13:14:51 +0800 |
commit | 1e2b85ff51e0458878b77c9a21cf492cf120b02c (patch) | |
tree | 313164378100306811c69179eb166d372f8319a6 /layout/_partial/head.ejs | |
parent | 14f00dc7134dfb712bfb09e9b341f709168bae56 (diff) | |
download | chromate-1e2b85ff51e0458878b77c9a21cf492cf120b02c.tar.gz chromate-1e2b85ff51e0458878b77c9a21cf492cf120b02c.tar.bz2 chromate-1e2b85ff51e0458878b77c9a21cf492cf120b02c.zip |
Making progress
Diffstat (limited to 'layout/_partial/head.ejs')
-rw-r--r-- | layout/_partial/head.ejs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 6e6f5fd..1206434 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -20,9 +20,6 @@ <!-- Scripts and styles --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma/css/bulma.min.css"> - <% if (is_post() && theme.podcast && post.podcast) { %> - <script src="https://cdn.jsdelivr.net/npm/shikwasa/dist/shikwasa.min.js"></script> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shikwasa/dist/shikwasa.min.css"> - <% } %> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css"> <%- css("css/style.css") %> </head>
\ No newline at end of file |