diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index caa3630..c1e8250 100755 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -1,22 +1,23 @@
"> - <%- partial('meta',{post:post}) %> -
- <%- post.excerpt || post.description || post.content %> - <% if (post.readmore != false && (post.excerpt || post.description)) { %> - - <% } %> - - <% if (post.tags && post.tags.length) { %> -
- <% post.tags.each(function(item){ %> - <%=item.name %> - <%})%> -
- <% } %> -
+ <%- partial('meta',{post:post}) %> +
+
+ <%- post.excerpt || post.description || post.content %> + <% if (post.readmore != false && (post.excerpt || post.description)) { %> + + <% } %> +
+ <% if (post.tags && post.tags.length) { %> +
+ <% post.tags.each(function(item){ %> + <%=item.name %> + <%})%> +
+ <% } %> +
diff --git a/layout/_third-party/fancybox.ejs b/layout/_third-party/fancybox.ejs index 4ef5bd4..93719b1 100644 --- a/layout/_third-party/fancybox.ejs +++ b/layout/_third-party/fancybox.ejs @@ -1,7 +1,7 @@