+
+
+ <%- partial('post/date', {class_name: 'archive-article-date', date_format: 'MMM D'}) %>
+ <%- partial('post/title', {class_name: 'archive-article-title'}) %>
+
+
\ No newline at end of file
diff --git a/themes/landscape/layout/_partial/archive.ejs b/themes/landscape/layout/_partial/archive.ejs
index 9da934a..84f0bc8 100644
--- a/themes/landscape/layout/_partial/archive.ejs
+++ b/themes/landscape/layout/_partial/archive.ejs
@@ -1,34 +1,35 @@
-<% if (pagination == 2){ %>
- <% page.posts.each(function(post){ %>
- <%- partial('article', {post: post, index: true}) %>
- <% }) %>
-<% } else { %>
- <% var last; %>
- <% page.posts.each(function(post, i){ %>
- <% var year = post.date.year(); %>
- <% if (last != year){ %>
- <% if (last != null){ %>
-
- <% } %>
- <% last = year; %>
-
-
- <%- partial('post/date', {class_name: 'article-date', date_format: null}) %>
- <%- partial('post/category') %>
-
-
- <%- partial('post/gallery') %>
- <% if (post.link || post.title){ %>
-
- <%- partial('post/title', {class_name: 'article-title'}) %>
-
- <% } %>
-
- <% if (post.excerpt && index){ %>
- <%- post.excerpt %>
- <% if (theme.excerpt_link){ %>
-
- <%= theme.excerpt_link %>
-
- <% } %>
- <% } else { %>
- <%- post.content %>
- <% } %>
-
-
-
- <% if (!index){ %>
- <%- partial('post/nav') %>
- <% } %>
-
-
-<% if (!index && post.comments && config.disqus_shortname){ %>
-
+
+
+ <%- partial('post/date', {class_name: 'article-date', date_format: null}) %>
+ <%- partial('post/category') %>
+
+
+ <%- partial('post/gallery') %>
+ <% if (post.link || post.title){ %>
+
+ <%- partial('post/title', {class_name: 'p-name article-title'}) %>
+
+ <% } %>
+
+ <% if (post.excerpt && index){ %>
+ <%- post.excerpt %>
+ <% if (theme.excerpt_link){ %>
+
+ <%= theme.excerpt_link %>
+
+ <% } %>
+ <% } else { %>
+ <%- post.content %>
+ <% } %>
+
+
+
+ <% if (!index){ %>
+ <%- partial('post/nav') %>
+ <% } %>
+
+
+<% if (!index && post.comments && config.disqus_shortname){ %>
+
+<% } %>
+<% if (!index && post.comments && theme.valine.enable && theme.valine.appId && theme.valine.appKey){ %>
+
<% } %>
\ No newline at end of file
diff --git a/themes/landscape/layout/_partial/footer.ejs b/themes/landscape/layout/_partial/footer.ejs
index 3aca618..ac33acd 100644
--- a/themes/landscape/layout/_partial/footer.ejs
+++ b/themes/landscape/layout/_partial/footer.ejs
@@ -1,11 +1,14 @@
-
\ No newline at end of file
+
diff --git a/themes/landscape/layout/_partial/gauges-analytics.ejs b/themes/landscape/layout/_partial/gauges-analytics.ejs
index d64be38..3fb1085 100644
--- a/themes/landscape/layout/_partial/gauges-analytics.ejs
+++ b/themes/landscape/layout/_partial/gauges-analytics.ejs
@@ -1,18 +1,17 @@
-<% if (theme.gauges_analytics){ %>
-
-
-
-<% } %>
+<% if (theme.gauges_analytics){ %>
+
+
+
+<% } %>
diff --git a/themes/landscape/layout/_partial/google-analytics.ejs b/themes/landscape/layout/_partial/google-analytics.ejs
index 84e75f0..fbabf42 100644
--- a/themes/landscape/layout/_partial/google-analytics.ejs
+++ b/themes/landscape/layout/_partial/google-analytics.ejs
@@ -1,14 +1,12 @@
-<% if (theme.google_analytics){ %>
-
-
-
-<% } %>
+<% if (theme.google_analytics){ %>
+
+
+
+
+<% } %>
\ No newline at end of file
diff --git a/themes/landscape/layout/_partial/head.ejs b/themes/landscape/layout/_partial/head.ejs
index 43d5f93..b8016d5 100644
--- a/themes/landscape/layout/_partial/head.ejs
+++ b/themes/landscape/layout/_partial/head.ejs
@@ -1,36 +1,42 @@
-
-
-
-