diff --git a/_includes/header.html b/_includes/header.html index 889b174..c1b1d2a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,18 +1,30 @@
-
-

{{ page.title }}

-

{{ page.description }}

- {% if page.category == 'releases' %} -

Listen

- {% endif %} - {% if page.category == 'ramblings' %} -

Read

- {% endif %} - {% if page.url == '/404/' %} -

Take me home

- {% endif %} -

{{ page.title }}

+
+ +
+ +

{{ page.title }}

+

{{ page.description }}

+ {% if page.category == 'releases' %} +

🔊 Listen

+ {% elsif page.category == 'ramblings' %} +

👀 Read

+ {% elsif page.url == '/404/' %} +

🏡 Take me home

+ {% elsif page.url == '/about/' %} +

👽 Saywhat?

+ {% else %} +

🔥 Boom

+ {% endif %} +
+
+ + + +
diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 7b99c10..9385040 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -311,6 +311,7 @@ footer { .streambox { text-align: center; line-height: 2em; + padding: 0 40px; } .streamer { max-width: var(--max-width); diff --git a/discography.html b/discography.html index 856038f..9d26372 100644 --- a/discography.html +++ b/discography.html @@ -19,7 +19,7 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg {% assign sorted = site.posts | sort: 'date' | reverse %} {% for post in sorted %} {% if post.category == 'releases' %} -
+
diff --git a/index.html b/index.html index 5a01334..f1a12d4 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@ video_path: /videos/37th--chamber.mp4

{{ site.title }}

{{ page.description }}

+

🔥 Boom

@@ -29,7 +30,7 @@ video_path: /videos/37th--chamber.mp4 {% for post in site.posts limit: 3 %} {% if post.category == 'ramblings' %} -
+

Latest News

{% for post in site.posts %}