From 4365dd8de44797bbfeceea952806f77b70c4b615 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 6 May 2019 23:14:32 +0200 Subject: [PATCH] =?utf8?q?=C3=9Cbersichtsseiten=20(Seiten=20mit=20Untersei?= =?utf8?q?ten),=20werden=20nur=20einmal=20angezeigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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 --- dist/potemkin.json | 2 +- dist/potemkin/accelerator.html | 2 +- dist/templates/layout.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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')" >