From 458d5924e42085444fcc66fd77bb7be379d75115 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Tue, 14 Aug 2018 20:32:16 +0800 Subject: [PATCH] update --- layout/_partial/article.ejs | 3 +++ layout/_partial/footer.ejs | 37 +++++++++++++++++++++++-------------- layout/_partial/scripts.ejs | 2 ++ 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index 73e8067..4a4c4bc 100755 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -13,6 +13,7 @@ <%- partial('categories',{post:post}) %> @@ -59,6 +60,7 @@
+ <% if (post.comments) { %> <% if (config.livere_shortname){ %>
@@ -119,6 +121,7 @@ <% if (post && theme.recommended_posts.enabled) { %> <%- partial('post/recommended_posts', {page: post, site: site}) %> <% } %> +
diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 630ebd4..fc1c836 100755 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -1,18 +1,27 @@ diff --git a/layout/_partial/scripts.ejs b/layout/_partial/scripts.ejs index 5a7eab3..2e3839c 100755 --- a/layout/_partial/scripts.ejs +++ b/layout/_partial/scripts.ejs @@ -17,6 +17,8 @@ + + <%- js('js/jquery.fitvids.js') %>