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 %} -
    {{ site.data.language.archive }}
    - {% if page.next.url %} + {% endif %} +
    {{ site.data.language.archive }}
    + {% if page.next.url %}
    - {% endif %} + {% endif %}
    \ No newline at end of file