From 5371b380b687da9e3329a33c7ba45e4e8071514d Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 17 Nov 2020 13:10:04 +0100 Subject: [PATCH] Fix header text size --- _layouts/podcast.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/podcast.html b/_layouts/podcast.html index a03bc42..f7b2e70 100644 --- a/_layouts/podcast.html +++ b/_layouts/podcast.html @@ -6,8 +6,8 @@ container_class: "podcast pt-40 lg:pt-40"
{% assign title_length = page.title | size %} #{{ page.title | slice: 2, 2 }} -

{{ page.title | slice: 7, title_length }}

{{ page.date | date: "%B %-d, %Y" }}

+

{{ page.title | slice: 7, title_length }}