From 285f54722efbe5298f33a6ac3f1e81aeb41babc9 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 14 Mar 2017 09:57:13 +0100 Subject: [PATCH] =?utf8?q?Eintr=C3=A4ge=20f=C3=BCr=20Fehler-Seiten=20in=20?= =?utf8?q?sitemap.json=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ohne diese Einträge käme es zu einem "EL1012E: Cannot index into a null value"- Fehler beim Rendern der Templates... --- dist/thymeleaf/sitemap.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dist/thymeleaf/sitemap.json b/dist/thymeleaf/sitemap.json index c2fde0df..6a092d50 100644 --- a/dist/thymeleaf/sitemap.json +++ b/dist/thymeleaf/sitemap.json @@ -109,6 +109,18 @@ { "uri": "/impressum.html", "name": "Impressum" }, { "uri": "/google-analytics.html", "name": "Google Analytics" } ] + }, + "/templates/404.html": { + "name": "404-Template", + "crumbs": [ + { "uri": "/templates/404.html", "name": "404-Template" } + ] + }, + "/templates/error.html": { + "name": "5xx-Template", + "crumbs": [ + { "uri": "/templates/error.html", "name": "5xx-Template" } + ] } } } -- 2.20.1