diff --git a/404.html b/404.html index 3bc257b..24e3c4e 100644 --- a/404.html +++ b/404.html @@ -38,7 +38,7 @@ permalink: /404.html

{{ page.title }}

{{ page.description }}

diff --git a/_includes/streamer.html b/_includes/streamer.html index c2a8e0b..4e5c809 100644 --- a/_includes/streamer.html +++ b/_includes/streamer.html @@ -7,7 +7,7 @@
{% for shop in page.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -30,7 +30,7 @@
{% for shop in site.data.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -39,7 +39,7 @@
{% for shop in site.data.stores %} {% if shop.download != true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -52,7 +52,7 @@
{% for shop in page.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -85,7 +85,7 @@
{% for shop in post.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -107,7 +107,7 @@
{% for shop in site.data.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -116,7 +116,7 @@
{% for shop in site.data.stores %} {% if shop.download != true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -138,7 +138,7 @@
{% for shop in post.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -160,7 +160,7 @@
{% for shop in site.data.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -169,7 +169,7 @@
{% for shop in site.data.stores %} {% if shop.download != true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -188,7 +188,7 @@
{% for shop in site.data.stores %} {% if shop.download == true %} -{{ shop.name }} +{{ shop.name }} {% endif %} {% endfor %}
@@ -197,7 +197,7 @@
{% for shop in site.data.stores %} {% if shop.download != true %} -{{ shop.name }} +{{ shop.name }} {% endif %} {% endfor %}
diff --git a/_layouts/track.html b/_layouts/track.html index b90c7c1..1e160a8 100644 --- a/_layouts/track.html +++ b/_layouts/track.html @@ -28,7 +28,7 @@ layout: default diff --git a/index.html b/index.html index 554402d..50094c0 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ logo_image: /siteicon.png

{{ site.description }}