From 63183757ef363955a7a3ad2fab30d669bb4afb46 Mon Sep 17 00:00:00 2001 From: Kai Moritz <kai@juplo.de> Date: Mon, 13 Mar 2017 17:01:34 +0100 Subject: [PATCH] =?utf8?q?=C3=9Cberschriebenen=20Eintr=C3=A4ge=20f=C3=BCr?= =?utf8?q?=20die=20Seite=20Projects=20in=20eigene=20Datei=20ausgelagert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist/thymeleaf/projects.html | 20 +------------------- dist/thymeleaf/projects.json | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 19 deletions(-) create mode 100644 dist/thymeleaf/projects.json diff --git a/dist/thymeleaf/projects.html b/dist/thymeleaf/projects.html index c2fe3e32..ad7985c6 100644 --- a/dist/thymeleaf/projects.html +++ b/dist/thymeleaf/projects.html @@ -15,25 +15,7 @@ <script src="../js/less-1.7.0.min.js"></script> <!--*/--> </head> - <body thymeproxy:variables='merge:{"pages":{ - "/projects.html": { - "name": "Projects", - "childs": { - "#hibernate4-maven-plugin": "Hibernate 4 Maven Plugin", - "/projects/accelerator.html": "accelerator!", - "/projects/html-experimente.html": "HTML-Experimente", - "/projects/fix-swf/overview.html": "Fix SWF", - "/projects/typo.html": "Typography" - }, - "crumbs": [ - { "uri": "/projects.html", "name": "Projects" } - ] - }, - "/projects/accelerator.html": { - "name": "Overview", - "childs": {} - } -}}'> + <body thymeproxy:variables="merge:/thymeleaf/projects.json"> <h1>Projects - DUMMY</h1> </body> </html> diff --git a/dist/thymeleaf/projects.json b/dist/thymeleaf/projects.json new file mode 100644 index 00000000..0024b0dc --- /dev/null +++ b/dist/thymeleaf/projects.json @@ -0,0 +1,21 @@ +{ + "pages":{ + "/projects.html": { + "name": "Projects", + "childs": { + "#hibernate4-maven-plugin": "Hibernate 4 Maven Plugin", + "/projects/accelerator.html": "accelerator!", + "/projects/html-experimente.html": "HTML-Experimente", + "/projects/fix-swf/overview.html": "Fix SWF", + "/projects/typo.html": "Typography" + }, + "crumbs": [ + { "uri": "/projects.html", "name": "Projects" } + ] + }, + "/projects/accelerator.html": { + "name": "Overview", + "childs": {} + } + } +} -- 2.20.1