From 8e6b4a40d1fea30ec9b669a439639f7343c77a9d Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Fri, 11 Sep 2020 13:28:33 +0200 Subject: [PATCH] title fix --- _includes/header.html | 18 ++++++++++++------ _layouts/post.html | 4 +++- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 4d755e6..42193fb 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,22 +6,28 @@ - {% unless page.collection == 'posts' %} +
+
-
-{% endunless %} + diff --git a/_layouts/post.html b/_layouts/post.html index 1047860..d75212e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,7 +7,9 @@ layout: default
+ + {% for album in site.albums %} {% if page.album == album.slug %} {% assign onetracker = album.tracks | size %} @@ -299,7 +301,7 @@ layout: default
-

{{ page.title }}

+ {{ content }} {% if page.link %}

👀 Check it out!