diff --git a/i18n/en.yaml b/i18n/en.yaml index 1dc5370..78b68ca 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -11,3 +11,13 @@ # Footer - id: footer_credits translation: "Powered by Hugo and Binario theme." + +# 404 +- id: page404_title + translation: "404 Page not found" + +- id: page404_lead + translation: "Sorry, the page you were looking for doesn't exist." + +- id: page404_link + translation: "Go back to main page" diff --git a/layouts/404.html b/layouts/404.html index e69de29..b030795 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -0,0 +1,9 @@ +{{ partial "header.html" . }} +