From 0458050452d4f2b31e110b5e37a2ce247f364975 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 8 Mar 2020 22:51:05 +0100 Subject: [PATCH] chore: use the global stylesheet --- dist/blog/2020/03/08/hello-world/index.html | 7 +++---- dist/blog/archives/2020/03/index.html | 7 +++---- dist/blog/archives/2020/index.html | 7 +++---- dist/blog/archives/index.html | 7 +++---- dist/blog/index.html | 7 +++---- .../blog/layout/_partial/google-analytics.ejs | 14 -------------- src/blog/themes/blog/layout/_partial/head.ejs | 6 ++++-- 7 files changed, 19 insertions(+), 36 deletions(-) delete mode 100644 src/blog/themes/blog/layout/_partial/google-analytics.ejs diff --git a/dist/blog/2020/03/08/hello-world/index.html b/dist/blog/2020/03/08/hello-world/index.html index 5c868f9..e7d88ea 100644 --- a/dist/blog/2020/03/08/hello-world/index.html +++ b/dist/blog/2020/03/08/hello-world/index.html @@ -3,8 +3,6 @@ - - Hello World | Kazhnuz Space @@ -28,9 +26,10 @@ - - + + + diff --git a/dist/blog/archives/2020/03/index.html b/dist/blog/archives/2020/03/index.html index ce226d7..bbe0356 100644 --- a/dist/blog/archives/2020/03/index.html +++ b/dist/blog/archives/2020/03/index.html @@ -3,8 +3,6 @@ - - Archives: 2020/3 | Kazhnuz Space @@ -24,9 +22,10 @@ - - + + + diff --git a/dist/blog/archives/2020/index.html b/dist/blog/archives/2020/index.html index 81bea02..571f7f5 100644 --- a/dist/blog/archives/2020/index.html +++ b/dist/blog/archives/2020/index.html @@ -3,8 +3,6 @@ - - Archives: 2020 | Kazhnuz Space @@ -24,9 +22,10 @@ - - + + + diff --git a/dist/blog/archives/index.html b/dist/blog/archives/index.html index b628215..9eb30c5 100644 --- a/dist/blog/archives/index.html +++ b/dist/blog/archives/index.html @@ -3,8 +3,6 @@ - - Archives | Kazhnuz Space @@ -24,9 +22,10 @@ - - + + + diff --git a/dist/blog/index.html b/dist/blog/index.html index af132f0..6f3bf83 100644 --- a/dist/blog/index.html +++ b/dist/blog/index.html @@ -3,8 +3,6 @@ - - Kazhnuz Space @@ -24,9 +22,10 @@ - - + + + diff --git a/src/blog/themes/blog/layout/_partial/google-analytics.ejs b/src/blog/themes/blog/layout/_partial/google-analytics.ejs deleted file mode 100644 index 84e75f0..0000000 --- a/src/blog/themes/blog/layout/_partial/google-analytics.ejs +++ /dev/null @@ -1,14 +0,0 @@ -<% if (theme.google_analytics){ %> - - - -<% } %> diff --git a/src/blog/themes/blog/layout/_partial/head.ejs b/src/blog/themes/blog/layout/_partial/head.ejs index 43d5f93..3b3c65b 100644 --- a/src/blog/themes/blog/layout/_partial/head.ejs +++ b/src/blog/themes/blog/layout/_partial/head.ejs @@ -2,7 +2,6 @@ - <%- partial('google-analytics') %> <% var title = page.title; @@ -32,5 +31,8 @@ <% if (config.highlight.enable){ %> <% } %> - <%- css('css/style') %> + + + +