Home-Button gefixed

Bindestrich entfernt und Link ergänzt.
Nicht vorhandene URLs aud Menükonfig entfernt.
This commit is contained in:
oniboni 2021-05-02 20:14:51 +02:00
parent 7c73b8398e
commit 78c707d7e7
Signed by untrusted user: oniboni
GPG Key ID: 11E6EDEFD248BB50
2 changed files with 16 additions and 19 deletions

View File

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

View File

@ -1,6 +1,6 @@
<!-- Header --> <!-- Header -->
<header id="header" {{- if .IsHome -}}class="alt"{{- end -}}> <header id="header" {{- if .IsHome -}}class="alt"{{- end -}}>
<h1>{{ with .Site.Data.globalheader.title }}{{ . | markdownify }}{{else}}{{ .Site.Title }}{{end}}</h1> <h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title | markdownify }}</a></h1>
<nav id="nav"> <nav id="nav">
<ul> <ul>
{{- range .Site.Menus.main -}} {{- range .Site.Menus.main -}}