From: Kai Moritz <kai@juplo.de>
Date: Sat, 11 May 2019 10:12:16 +0000 (+0200)
Subject: Das Fragment "layout" fordert nur noch nicht-optionale Parameter
X-Git-Tag: thymeroot-2.0.0~5
X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=447c1e9d52ab8d3995085ef2b0775694445bcfc8;p=website

Das Fragment "layout" fordert nur noch nicht-optionale Parameter

Ansonsten ist es z.B. nicht möglich, das Fragment ohne "marginalcontent"
aufzurufen...
---

diff --git a/dist/templates/layout.html b/dist/templates/layout.html
index cd050be4..b95cf48d 100644
--- a/dist/templates/layout.html
+++ b/dist/templates/layout.html
@@ -2,7 +2,7 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:th="http://www.thymeleaf.org"
-    th:fragment="layout(uri,maincontent,marginalcontent)"
+    th:fragment="layout(uri,maincontent)"
     thymeproxy:variables="SET:sitemap.json"
     >
   <head>