From 8fdc60f69d8718f249848782d0e481bd498f3bb7 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Tue, 21 Jul 2020 12:00:02 +0200 Subject: [PATCH] adding storelinks to homepage --- index.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 9ef01b0..0959961 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ logo_image: /siteicon.png

{{ site.description }}

@@ -98,7 +98,7 @@ logo_image: /siteicon.png {% endfor %} - +{% include streamer.html %}
@@ -108,29 +108,32 @@ logo_image: /siteicon.png
+ {% assign sorted = site.albums | sort: 'date' | reverse %} {% for album in sorted %} -
+
-

{{ album.title }}

-

{{ album.date | date: "%Y" }}

- +

{{ album.title }}

+

{{ album.date | date: "%Y" }}

- {{ album.title | smartify }} + {{ album.title | smartify }}
{% endfor %} - - + +{% include streamer.html %} {% include footer.html %} \ No newline at end of file