Inhalte an die geänderten View-Namen für Thymeleaf-Templates angepasst
[website] / dist / projects / html-experimente / symbole.html
index 3aa7444..e4ef21e 100644 (file)
@@ -3,17 +3,17 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
+    layout:decorator="/templates/layout.html"
     th:with="uri='/projects/html-experimente/symbole.html'"
     >
   <head>
     <title>HTML-Experimente - Symbol-Font</title>
     <!--/*-->
-    <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
-    <style type="text/css">
-      @import '../../css/screen.min.css' screen;
-      @import '../../css/print.min.css' print;
-    </style>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <link rel="stylesheet/less" type="text/css" href="../../less/base.less"/>
+    <link rel="stylesheet/less" type="text/css" href="../../less/screen.less" media="screen"/>
+    <link rel="stylesheet/less" type="text/css" href="../../less/print.less" media="print"/>
+    <script src="../../js/less-1.7.0.min.js"></script>
     <!--*/-->
   </head>
   <body>