diff --git a/404.html b/404.html index 28438f2..661a997 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ --- -layout: default +layout: 404page title: Error 404 This is not a page description: The page you are looking for has moved to the darknet. image: /images/pages/creds.jpg @@ -7,5 +7,3 @@ video_path: /videos/37th--chamber.mp4 permalink: /404/ sitemap: false --- - -{% include header.html %} \ No newline at end of file diff --git a/_layouts/404page.html b/_layouts/404page.html new file mode 100644 index 0000000..25f478c --- /dev/null +++ b/_layouts/404page.html @@ -0,0 +1,133 @@ +--- +layout: nil +--- + + + + +{% include seo.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 }} +
+
+ + +{% unless page.collection == 'tracks' or page.url == '/radio/' %} + + +{% endunless %} + + + + +
+ +{% unless page.collection == 'tracks' %} +{% include navigation.html %} +{% endunless %} +{% include cookie-consent.html %} +{% include scripts.html %} +{% if page.video_path %} +
+ +
+{% endif %} + + +