diff --git a/config.yaml b/config.yaml index 8712048..cf5dc42 100644 --- a/config.yaml +++ b/config.yaml @@ -1,38 +1,37 @@ # This the default config from which all other configurations inherit ## For a more detailed example of the themes capabilities look at "development/config.toml" -languageCode: "de-de" -title: "Freifunk-Leipzig" -baseURL: "https://freifunk-leipzig.de" -theme: "hugo-html5up-alpha" +languageCode: de-de +title: Freifunk Leipzig +baseURL: https://freifunk-leipzig.de +theme: hugo-html5up-alpha disqusShortname: "" params: - description: "Freifunk Leipzig Langigpage." + description: Freifunk Leipzig Langigpage. images: ["images/pic01.jpg"] author: "Hugo Port: [Nelson/Roberto](https://nelsonroberto.com/)" - copyright: "© Untitled. All rights reserved." + copyright: © Untitled. All rights reserved. design: "Design: [HTML5 UP](http://html5up.net/)" mainSections: ["blog"] ### Footer Social Media Links ### share: - - title: "facebook" - icon: "fa-facebook-f" # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands - link: "https://de-de.facebook.com/FreifunkLeipzig" + - title: facebook + icon: fa-facebook-f # fontawesome icons https://fontawesome.com/icons?d=gallery&s=brands + link: https://de-de.facebook.com/FreifunkLeipzig - - title: "twitter" - icon: "fa-twitter" - link: "https://twitter.com/freifunk_l?lang=de" + - title: twitter + icon: fa-twitter + link: https://twitter.com/freifunk_l?lang=de - - title: "github" - icon: "fa-github" - link: "https://github.com/freifunk-leipzig" + - title: github + icon: fa-github + link: https://github.com/freifunk-leipzig menu: main: - identifier: contribute name: Mitmachen - url: /contribute/ weight: 10 - identifier: begin parent: contribute @@ -57,7 +56,6 @@ menu: - identifier: introduction name: Einführung - url: /introduction/ weight: 20 - identifier: history parent: introduction @@ -72,7 +70,6 @@ menu: - identifier: support name: Unterstützen - url: /support/ weight: 30 - identifier: association parent: support diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 30edf86..fda40bc 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,6 @@