From 9186a890c669d0a37d5986a8f9ddfe36ce450015 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 13 Sep 2021 14:52:48 +0200 Subject: Updated 404 page wording and style to reflect latest updates --- layouts/404.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/404.html b/layouts/404.html index 6560c4f..dcc5604 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,8 +1,13 @@ +{{ $title := "Page Not Found" }} + + + + {{ $base := resources.Get "base.css" -}} {{- $header := resources.Get "header.css" -}} @@ -13,14 +18,18 @@ {{- $allCss := slice $base $header $home $pagination $footer $solarized | resources.Concat "static/all.css" | fingerprint | minify -}} - Page Not Found + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ end -}} + + {{ $title }} {{- 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

+

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

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