From 1e2b85ff51e0458878b77c9a21cf492cf120b02c Mon Sep 17 00:00:00 2001 From: Doge Date: Thu, 6 May 2021 13:14:51 +0800 Subject: Making progress --- layout/_partial/head.ejs | 5 +---- layout/_partial/header.ejs | 20 ++++++++++++++++++++ layout/_partial/scripts.ejs | 21 +++++++++++++++++++-- 3 files changed, 40 insertions(+), 6 deletions(-) (limited to 'layout/_partial') 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 @@ - <% if (is_post() && theme.podcast && post.podcast) { %> - - - <% } %> + <%- css("css/style.css") %> \ No newline at end of file diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index e69de29..e96f62b 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -0,0 +1,20 @@ +
+
+ <%= config.title %> +
+ +
\ No newline at end of file diff --git a/layout/_partial/scripts.ejs b/layout/_partial/scripts.ejs index 662702a..588c843 100644 --- a/layout/_partial/scripts.ejs +++ b/layout/_partial/scripts.ejs @@ -4,12 +4,29 @@ <% } %> - + +<% if (theme.highlight.enable === true) { %> + + + + +<% } %> + + +<% if (is_post() && theme.podcast && page.podcast) { %> + + +<% } %> -- cgit v1.2.3