From 60d3abc6ecdc21b4ab921d34a55b4af48690f55a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 18:53:14 +0100 Subject: Rewrote the whole website to get rid on a heavy theme --- layouts/404.html | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html index ed68ce7..68c1f1d 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,8 +1,26 @@ -{{ define "main"}} -
-
-

Not found

-

Oops! This page doesn't exist. Try going back to our home page.

-
-
-{{ end }} + + + + + + + {{ $base := resources.Get "base.css" -}} + {{- $header := resources.Get "header.css" -}} + {{- $home := resources.Get "home.css" -}} + {{- $pagination := resources.Get "pagination.css" -}} + {{- $footer := resources.Get "footer.css" -}} + {{- $allCss := slice $base $header $home $pagination $footer | resources.Concat "css/all.css" | fingerprint | minify -}} + + + Page Not Found + + + + {{- partial "nav.html" . -}} +
+

Page Not Found

+

Sorry, but the page you were trying to view does not exist. Please refer to the menu above to return to resume your navigation.t

+
+ {{- partial "footer.html" . -}} + + -- cgit v1.2.3