From f5e7637e9e394e6ece18055fba2664bfdbdd480a Mon Sep 17 00:00:00 2001 From: dunji Date: Sun, 24 Jul 2022 02:36:17 +0200 Subject: [PATCH] add News in menu --- config.yaml | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/config.yaml b/config.yaml index 3eebe8f..8710cc9 100644 --- a/config.yaml +++ b/config.yaml @@ -47,97 +47,102 @@ params: menu: main: + - identifier: blog + name: News + weight: 10 + url: /blog/ + - identifier: introduction name: Einführung - weight: 10 + weight: 20 - identifier: about parent: introduction name: Was ist Freifunk? url: /introduction/about/ - weight: 11 + weight: 21 - identifier: history parent: introduction name: Chronik url: /introduction/history/ - weight: 12 + weight: 22 - identifier: faq parent: introduction name: FAQ url: /introduction/FAQ/ - weight: 13 + weight: 23 - identifier: contribute name: Mitmachen - weight: 20 + weight: 30 - identifier: begin parent: contribute name: Router einrichten url: /contribute/begin - weight: 21 + weight: 31 - identifier: recommendation parent: contribute name: Empfohlene Geräte url: /contribute/recommendation - weight: 22 + weight: 32 - identifier: gluon parent: contribute name: Firmware (FFDD) url: https://download.freifunk-dresden.de/firmware/.nightly/ - weight: 23 + weight: 33 - identifier: docs parent: contribute name: Dokumentation url: /contribute/docs/ - weight: 24 + weight: 34 - identifier: calendar parent: contribute name: Kalender url: /contribute/calendar/ - weight: 25 + weight: 35 - identifier: support name: Unterstützen - weight: 30 + weight: 40 - identifier: association parent: support name: Gewerbe & Vereine url: /support/association/ - weight: 31 + weight: 41 - identifier: donations parent: support name: Spenden url: /support/donations/ - weight: 32 + weight: 42 - identifier: map name: Knotenkarte url: /map/ - weight: 40 + weight: 50 - identifier: meshviewer parent: map name: Karte url: /map/ - weight: 41 + weight: 51 - identifier: statistic parent: map name: Statistik url: /stats/ - weight: 44 + weight: 54 - identifier: contact name: Kontakt url: /contact/ - weight: 50 + weight: 60 - identifier: impressum parent: contact name: Impressum url: https://freifunk.net/impressum/ - weight: 51 + weight: 61 - identifier: datenschutz parent: contact name: Datenschutz url: https://freifunk.net/datenschutz/ - weight: 52 + weight: 62