From c47fd609f013b2607549249a450dd8721fc03fc9 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 25 Apr 2015 15:43:59 +0200 Subject: [PATCH] Blog is in root, so adjust archive paths --- _includes/list-posts.html | 4 ++-- _includes/meta_information.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_includes/list-posts.html b/_includes/list-posts.html index a9e06b7..8083a48 100644 --- a/_includes/list-posts.html +++ b/_includes/list-posts.html @@ -31,7 +31,7 @@ {% for post in site.posts limit:include.entries offset:include.offset %}
  • {% if post.subheadline %}{{ post.subheadline }} · {% endif %}{{ post.title }}
  • {% endfor %} -
  • {{ site.data.language.more }}
  • +
  • {{ site.data.language.more }}
  • {% elsif category %} @@ -39,7 +39,7 @@ {% for post in site.categories.[category] limit:include.entries offset:include.offset %}
  • {% if post.subheadline %}{{ post.subheadline }} · {% endif %}{{ post.title }}
  • {% endfor %} -
  • {{ site.data.language.more }}
  • +
  • {{ site.data.language.more }}
  • {% elsif tag %} diff --git a/_includes/meta_information.html b/_includes/meta_information.html index 9e58de0..ba52bc9 100644 --- a/_includes/meta_information.html +++ b/_includes/meta_information.html @@ -18,13 +18,13 @@

    - - {% if page.previous.url %} + + {% if page.previous.url %} - {% endif %} - - {% if page.next.url %} + {% endif %} + + {% if page.next.url %} - {% endif %} + {% endif %}
    \ No newline at end of file