sitemap.json enthält nur noch die Struktur für die statischen Inhalte
[website] / dist / thymeleaf / projects / html-experimente / druck-layout.html
index b6bd258..59b1906 100644 (file)
@@ -8,11 +8,12 @@
     >
   <head layout:fragment="head">
     <title>HTML-Experimente - Druck-Layout</title>
-    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
-    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/print.css" th:href="@{/css/print.css}"/>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
+    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
+    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/print.css" th:href="@{/css/print.css}"/>
     <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
   </head>
-  <body>
+  <body thymeproxy:variables="MERGE:/thymeleaf/projects.json">
     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
     </aside>