From: digitalcraftsman Date: Mon, 13 Jul 2015 22:07:57 +0000 (+0200) Subject: Merge pull request #11 from marc-jones/patch-1 X-Git-Url: http://njoseph.me/gitweb/hyde.git/commitdiff_plain/75ea79ab8b68986ca164380a5f65ca6e2f35f9b3?hp=13774d8035eac2f01d4789cbd5a6bcdd42caabf7 Merge pull request #11 from marc-jones/patch-1 Corrected link to favicon image --- diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..822572d --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,12 @@ +{{ partial "head.html" . }} + + +{{ partial "sidebar.html" . }} + +
+

404: Page not found

+

Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.

+
+ + + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 894b907..fba4ccc 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,6 +3,7 @@ + {{ .Hugo.Generator }} @@ -10,9 +11,9 @@ {{ .Title }} · {{ .Site.Title }} - - - + + + diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 645b25c..4bdc33e 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,7 +1,7 @@