diff --git a/404.html b/404.html index 8d73db5..6a53711 100644 --- a/404.html +++ b/404.html @@ -3,6 +3,6 @@ title: 404 description: >- Wrong page. image: /images/frankyfresco-video.jpg -layout: page +layout: 404page sitemap: false --- diff --git a/_layouts/404page.html b/_layouts/404page.html new file mode 100644 index 0000000..d59b12e --- /dev/null +++ b/_layouts/404page.html @@ -0,0 +1,70 @@ +--- +title: 404 +description: >- + Wrong page. +image: /images/frankyfresco-video.jpg +layout: 404page +sitemap: false +--- + + + + +{% include seo.html %} + + + + + + + + + + + + + + + + + + + +
+ + + {% include header.html %} +
+
+ {{ content }} +
+
+ + +{% unless page.collection == 'tracks' or page.url == '/radio/' %} +{% include footer.html %} +{% endunless %} + + + + +
+ +{% unless page.collection == 'tracks' %} +{% include navigation.html %} +{% endunless %} +{% include cookie-consent.html %} +{% include scripts.html %} +{% if page.video_path %} +
+ +
+{% endif %} + + + diff --git a/_layouts/default.html b/_layouts/default.html index 16ccf60..0d39d81 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -40,7 +40,7 @@ -{% unless page.collection == 'traks' %} +{% unless page.collection == 'tracks' %} {% include navigation.html %} {% endunless %} {% include cookie-consent.html %} diff --git a/_layouts/page.html b/_layouts/page.html index b690fea..8ff14f2 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,13 +1,10 @@ --- layout: default --- -{% include relBase.html %} + {% include header.html %}
{{ content }}
-{% if page.url == '/fr-fretag/' %} -{% include contact.html %} -{% endif %} \ No newline at end of file