Inhalte an die geänderten View-Namen für Thymeleaf-Templates angepasst
[website] / dist / google-analytics.html
index 558c93a..cfa23e8 100644 (file)
@@ -2,7 +2,7 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
+    layout:decorator="/templates/layout.html"
     th:with="uri='/google-analytics.html'"
     >
   <head>
@@ -24,6 +24,6 @@
       <p><a href="http://tools.google.com/dlpage/gaoptout?hl=de" title="Das Plugin jetzt herunterladen...">http://tools.google.com/dlpage/gaoptout?hl=de</a>.</p>
       <!-- http://www.e-recht24.de/impressum-generator.html -->
     </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+    <aside layout:fragment="marginalcontent" th:include="/templates/fragments.html :: about"></aside>
   </body>
 </html>