Inhalte an die geänderten View-Namen für Thymeleaf-Templates angepasst
[website] / dist / impressum.html
index a9240c0..8f2c162 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='/impressum.html'"
     >
   <head>
@@ -36,7 +36,7 @@
         <a href="contact.html" th:href="@{/contact.html}" title="Show all contact-informations">contact-page</a>.
       </p>
     </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+    <aside layout:fragment="marginalcontent" th:include="/templates/fragments.html :: about"></aside>
     <ul layout:fragment="footer">
       <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
       <li class="f"><strong class="f">Impressum</strong></li>