Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / references.html
index ee013cd..9a7ed7a 100644 (file)
@@ -1,12 +1,10 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="uri='/references.html'"
+    th:replace="~{templates/layout :: layout(uri='/references.html')}"
     >
   <head>
-    <title>References</title>
+    <title id="title">References</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet" type="text/css" href="css/base.css"/>
@@ -15,6 +13,8 @@
     <!--*/-->
   </head>
   <body>
-    <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
+    <main class="maincontent">
+      <div th:replace="templates/fragments :: wip ('References')"></div>
+    </main>
   </body>
 </html>