<%= post.content %>
+-
- <% page.posts.forEach(post => { %>
- <%- partial('post', {post: post, index: true}) %>
- <% }) %>
-
+ <%- partial('right-side') %>
- - -
diff --git a/layout/common/article-post.ejs b/layout/common/article-post.ejs new file mode 100644 index 0000000..09657c4 --- /dev/null +++ b/layout/common/article-post.ejs @@ -0,0 +1,52 @@ +
<%= post.content %>
+