diff --git a/layouts/404.html b/layouts/404.html index b00cad2..39475d0 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,12 +1,10 @@ {{ partial "header.html" . }} -

Error 404:

Page Not Found

The url you entered is invalid or has been deleted.

Click here to return home.

-
{{ partial "footer.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f891604..7622395 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,6 +3,19 @@ {{ .Site.Title }}
[ Contact ] [ Donate ] [ RSS ]
+ + diff --git a/static/css/style.css b/static/css/style.css index 8e22f88..4488648 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -30,6 +30,13 @@ footer { padding-bottom: 20px; } +footer.fixed { + margin: 0; + position: fixed; + bottom: 0; + left: 0; +} + /* Header and Navigation Menu */ .header { @@ -171,7 +178,6 @@ footer { .content { margin-left: calc(15%); - margin-right: 0; margin-top: auto; padding: 20px;