From 873af19a48169c062a61a791e2ee556954aafba6 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Sun, 27 Sep 2020 13:41:51 +0200 Subject: [PATCH] make header and footer URLs absolute --- _layouts/404page.html | 72 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/_layouts/404page.html b/_layouts/404page.html index d59b12e..c2a7811 100644 --- a/_layouts/404page.html +++ b/_layouts/404page.html @@ -36,7 +36,42 @@ sitemap: false
- {% include header.html %} +
+
+

{{ page.title }}

+
+
+ +
+ +

{{ page.title }}

+

{{ page.description }}

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

🔊 Listen

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

👀 Read

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

🏡 Take me home

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

👽 Saywhat?

+ {% else %} +

🔥 Boom

+ {% endif %} +
+
+ + + + +
+
{{ content }} @@ -45,7 +80,40 @@ sitemap: false {% unless page.collection == 'tracks' or page.url == '/radio/' %} -{% include footer.html %} + +
+
+
+

{{ site.title }}

+

{{ site.description }}

+ +
+ +
{{ site.title }} Logo
+ + +
+ {% for nw in site.data.social %} + {{ nw.name }} + {% endfor %} + Email +
+

©{{ site.time | date: '%Y' }} {{ site.publisher.name }} | Credits | + Cookies & Privacy +
This page was last updated on {{ page.last_modified_at | date: "%A, %b %d, %Y" }}

+
+
+
{% endunless %}