From c6a2340158b380a89d2f18b52629b73f8ce04aac Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 3 Jan 2021 00:38:17 -0600 Subject: [PATCH] Remove ".html"s --- _includes/nav.html | 4 ++-- _includes/seo.html | 4 ++-- _layouts/wiki.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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 %}