diff --git a/_includes/nav.html b/_includes/nav.html index 2851c2e1..0fb90336 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -47,13 +47,13 @@ {% for item in site[collection.label] %} {% assign itemRef = item.url | split: item.lang | last %} {% if itemRef == ref %} -
  • {{ site.lang-names[item.lang] }}
  • +
  • {{ site.lang-names[item.lang] }}
  • {% endif %} {% endfor %} {% endunless %} {% endfor %}
  • -
  • {{ site.data[page.collection].strings.translate-here }}
  • +
  • {{ site.data[page.collection].strings.translate-here }}
  • {{ site.data[page.collection].strings.translate-on-crowdin }}
  • diff --git a/_includes/seo.html b/_includes/seo.html index 334232a3..51c16c81 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -1,8 +1,8 @@ - + - + diff --git a/_layouts/wiki.html b/_layouts/wiki.html index b33510bf..25480004 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -31,13 +31,13 @@ layout: compress {% for item in items %} {% if item.url contains "index.html" %} -
  • {{ item.title }}
  • +
  • {{ item.title }}
  • {% endif %} {% endfor %} {% for item in items %} {% unless item.url contains "index.html" or item.category %} -
  • {{ item.title }}
  • +
  • {{ item.title }}
  • {% endunless %} {% endfor %} @@ -50,7 +50,7 @@ layout: compress {% unless item.category == cat or item.category.first and item.category contains cat %} {% continue %} {% endunless %} -
  • {{ item.title }}
  • +
  • {{ item.title }}
  • {% endfor %}