diff --git a/site/config.toml b/site/config.toml index ec2fdf6..6c58312 100644 --- a/site/config.toml +++ b/site/config.toml @@ -145,6 +145,13 @@ DefaultContentLanguage = "en" button = "Back to start page" +# Specific sub-pages +[params.subpage] +[params.subpage.signatures] + headline = "Individual Open Letter Signatures" + description = "Following people have signed the letter already and agreed to have their signature be public. Will you be the next?" + + # === TRANSLATIONS === [Languages] [Languages.en] diff --git a/site/content/openletter.en.md b/site/content/openletter.en.md index aaa85b1..83faae3 100644 --- a/site/content/openletter.en.md +++ b/site/content/openletter.en.md @@ -34,6 +34,4 @@ That's where you can help! Sign the open letter to give our message more weight, > > **"Implement legislation requiring that publicly financed software developed for public sector must be made publicly available under a Free and Open Source Software licence."** -Following people have signed the letter already and agreed to have their signature be public. Will you be the next? - [fs]: https://fsfe.org/freesoftware/basics/summary.html "Free Software gives everybody the rights to use, study, share and improve software. These rights help support other fundamental freedoms like freedom of speech, press and privacy." diff --git a/site/content/template.html b/site/content/template.html index 9794093..af4fc3d 100644 --- a/site/content/template.html +++ b/site/content/template.html @@ -4,7 +4,7 @@ {{ partial "head.html" . }} - {{ partial "subpage_navbar.html" . }} + {{ partial "sub-pages/navbar.html" . }} {{ partial "page-template.html" . }} diff --git a/site/layouts/404.html b/site/layouts/404.html index ab3d106..8a3acd6 100644 --- a/site/layouts/404.html +++ b/site/layouts/404.html @@ -4,7 +4,7 @@ {{ partial "head.html" . }} - {{ partial "subpage_navbar.html" . }} + {{ partial "sub-pages/navbar.html" . }} {{ partial "404.html" . }} diff --git a/site/layouts/page/subpage.html b/site/layouts/page/subpage.html index 3e64ef3..0451aad 100644 --- a/site/layouts/page/subpage.html +++ b/site/layouts/page/subpage.html @@ -4,9 +4,9 @@ {{ partial "head.html" . }} - {{ partial "subpage_navbar.html" . }} + {{ partial "sub-pages/navbar.html" . }} - {{ partial "subpage_before.html" . }} + {{ partial "sub-pages/section_begin.html" . }}

{{ .Params.Title }}

@@ -14,15 +14,15 @@ {{ .Content }} - {{ if eq .Params.sigtable true }} - {{ partial "subpage_sigtable.html" . }} - {{ end }} - - {{ partial "subpage_after.html" . }} + {{ partial "sub-pages/section_end.html" . }} {{ if eq .Params.sigtable true }} {{ partial "organisations.html" . }} {{ end }} + + {{ if eq .Params.sigtable true }} + {{ partial "sub-pages/sigtable.html" . }} + {{ end }} {{ partial "language.html" . }} diff --git a/site/layouts/partials/subpage_navbar.html b/site/layouts/partials/sub-pages/navbar.html similarity index 96% rename from site/layouts/partials/subpage_navbar.html rename to site/layouts/partials/sub-pages/navbar.html index b402ad8..f24e822 100644 --- a/site/layouts/partials/subpage_navbar.html +++ b/site/layouts/partials/sub-pages/navbar.html @@ -9,7 +9,7 @@ - +