WIP: less.js ausgebaut
[website] / dist / thymeleaf / projects / html-experimente / phone.html
index 00b4766..0796e1b 100644 (file)
@@ -4,24 +4,15 @@
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
-    th:with="title='Layout für Smartphones'"
+    th:with="title='Layout für Smartphones', uri='/projects/html-experimente/phone.html'"
     >
   <head layout:fragment="head">
     <title>HTML-Experimente - Layout PHONE</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
     <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/phone.css" th:href="@{/css/phone.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
   </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Layout PHONE</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('phone')">
-      NAVIGATION
-    </nav>
+  <body thymeproxy:variables="MERGE:/thymeleaf/projects.json">
     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
     </aside>