diff --git a/.gitignore b/.gitignore index 6f0f92d..0379b75 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ .DS_Store */**/.DS_Store +*.swp + # exampleSite exampleSite/public diff --git a/layouts/404.html b/layouts/404.html index 6370ccd..badeb83 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,11 +1,23 @@ -{{ partial "header.html" . }} -
+ + + + +404 - Page not found +{{ partial "head_includes.html" . }} + + + +
-
404
-
Sorry, this page does not exist.
- +
+
404
+
+
The page you were looking for does not exist.
+
-
-{{ partial "footer.html" . }} + + diff --git a/layouts/partials/css/404.css b/layouts/partials/css/404.css new file mode 100644 index 0000000..551fc50 --- /dev/null +++ b/layouts/partials/css/404.css @@ -0,0 +1,14 @@ +.logo { + vertical-align: middle; + max-width: 300px; +} +.content { + margin: 3em auto; + text-align: center; +} +.header { + margin-left: initial; + margin-right: intial; + padding: 0 !important; +} + diff --git a/layouts/partials/css/main.css b/layouts/partials/css/main.css index 0a1dd96..b5d1df3 100644 --- a/layouts/partials/css/main.css +++ b/layouts/partials/css/main.css @@ -694,4 +694,4 @@ section.main .content .share a { .wf-ubuntu-mono-n4-active section.main .content .markdown code, .wf-ubuntu-mono-n4-active section.main .content .markdown pre { font-family: 'Ubuntu Mono'; -} \ No newline at end of file +}