navbar on 404 page; cleanup in global config file

lektura
max.mehl 2017-08-29 16:08:04 +02:00
parent 6d8b4e48bb
commit 0aeff55bde
2 changed files with 5 additions and 11 deletions

View File

@ -75,12 +75,6 @@ DefaultContentLanguage = "en"
description = "With transparent processes others don't have to reinvent the wheel."
# Portfolio modals
[params.resources.modal]
client = "Client"
date = "Date"
buttonText = "Close"
# Action section
[params.action]
headline = "Tell Your Representatives!"
@ -95,6 +89,7 @@ DefaultContentLanguage = "en"
formPermissionPub = "I want my signature to appear in the [list of signatures](/openletter#signatures)"
formSubmit = "Sign"
# Spread the word section
[params.spread]
headline = "Spread the word!"
@ -103,6 +98,7 @@ DefaultContentLanguage = "en"
promoButtonLink = "https://fsfe.org/promo#pmpc"
shareText = "Tell your friends and followers about Public Code"
# Legal Section
[params.legal]
by = "This is a campaign by Free Software Foundation Europe"
@ -112,10 +108,8 @@ DefaultContentLanguage = "en"
contribute1 = "The code of this website is Free Software."
contribute2 = "You're welcome to contribute!"
license = "Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved."
# Subpages
[params.subpage]
# 404 Error Page
[params.error]
headline = "Error 404 - Page not found"

View File

@ -4,7 +4,7 @@
{{ partial "head.html" . }}
</head>
<body id="page-top">
<!--{{ partial "nav.html" . }}-->
{{ partial "subpage_navbar.html" . }}
{{ partial "404.html" . }}