From c6378786dc70f99fdf2b4a7b14617fc9dab2ccd8 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Mon, 27 Jul 2020 15:35:28 +0200 Subject: [PATCH] smaller stream icon --- _includes/streamer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/streamer.html b/_includes/streamer.html index 01f1003..8e4b047 100644 --- a/_includes/streamer.html +++ b/_includes/streamer.html @@ -18,7 +18,7 @@ {% for shop in page.stores %} {% if shop.download != true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %} @@ -68,7 +68,7 @@ {% for shop in post.stores %} {% if shop.download != true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %} @@ -121,7 +121,7 @@ {% for shop in post.stores %} {% if shop.download != true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}