From: Kai Moritz Date: Mon, 6 May 2019 21:14:32 +0000 (+0200) Subject: Übersichtsseiten (Seiten mit Unterseiten), werden nur einmal angezeigt X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=4365dd8de44797bbfeceea952806f77b70c4b615 Übersichtsseiten (Seiten mit Unterseiten), werden nur einmal angezeigt * Die "Overview"-Einträge in dem Untermenü werde jetzt einfach unterdrückt * Löst auch Problem mit der vereinfachten JSON-Struktur: es konnte dort kein alternativer Name (i.d.R. "Overview") für diesen doppelten Eintrag angegeben werden. * Außerdem: Falsche Benennung in den JSON-Daten korrigiert --- diff --git a/dist/potemkin.json b/dist/potemkin.json index bb2b66c5..a53ef5ff 100644 --- a/dist/potemkin.json +++ b/dist/potemkin.json @@ -1,7 +1,7 @@ { "_titles": { "/projects.html": "Projects", - "/potemkin/fix-swf/overview.html": "Overview", + "/potemkin/fix-swf/overview.html": "Fix SWF", "#faq": "FAQ", "#documentation": "Documentation", "/potemkin/accelerator.html": "Accellerator", diff --git a/dist/potemkin/accelerator.html b/dist/potemkin/accelerator.html index 7c8b08d0..fc4afcd7 100644 --- a/dist/potemkin/accelerator.html +++ b/dist/potemkin/accelerator.html @@ -4,7 +4,7 @@ th:replace="~{/templates/layout.html :: layout(uri='/potemkin/accelerator.html', json='MERGE:potemkin.json,MERGE: { "_titles": { - "/potemkin/accelerator.html": "Overview", + "/potemkin/accelerator.html": "Accelerator", "/potemkin/accelerator.html#read-on": "Read on", "/potemkin/accelerator.html#read-on-and-on": "Read on and on", "/potemkin/accelerator.html#read-on-and-on-and-on": "Read on and on and on", diff --git a/dist/templates/layout.html b/dist/templates/layout.html index 66625fac..752d2548 100644 --- a/dist/templates/layout.html +++ b/dist/templates/layout.html @@ -157,6 +157,7 @@ th:class="'s' + (${childs} ? ' sub' : '') + (${selected or sibling or child} ? '' : ' off')" >