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') %>