-
-
Kristof Zerbe
-
<%- post.permalink %>
- <%- partial('post/date', { class_name: 'article-date', date_format: 'DD MMM YYYY' }) %>
- <%- partial('post/category', { class_name: 'article-category' }) %>
-
-
- <% if (index){ %>
- <%- partial('post/photograph', { class_name: 'article-photo' }) %>
- <% } %>
-
- <% if (post.link || post.title){ %>
-
- <%- partial('post/anything', { class_name: 'article-anything' }) %>
- <%- partial('post/title', { class_name: 'article-title', show_link: false }) %>
- <%- partial('post/subtitle', { class_name: 'article-subtitle' }) %>
-
- <% } %>
-
-
- <% if (post.excerpt && index){ %>
- <%- post.excerpt %>
- <% if (theme.excerpt_link){ %>
-
- <%= theme.excerpt_link %>
-
- <% } %>
- <% } else { %>
- <%- post.content %>
- <% } %>
-
-
-
-
- <% if (!index){ %>
- <%- partial('post/comments') %>
- <%- partial('post/related') %>
- <%- partial('post/nav') %>
- <% } %>
-
\ No newline at end of file
diff --git a/themes/landscape/layout/_partial/header.ejs.NEW b/themes/landscape/layout/_partial/header.ejs.NEW
deleted file mode 100644
index 4e4c9b381c..0000000000
--- a/themes/landscape/layout/_partial/header.ejs.NEW
+++ /dev/null
@@ -1,40 +0,0 @@
-