An die Verwendung mit Thymeproxy angepasst
[website] / dist / thymeleaf / projects / html-experimente / tiny.html
index 7cfbf3b..c5cf9f3 100644 (file)
@@ -4,7 +4,7 @@
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
-    th:with="title='Layout für sehr kleine Bildschirmgrößen'"
+    th:with="title='Layout für sehr kleine Bildschirmgrößen', uri='/projects/html-experimente/tiny.html'"
     >
   <head layout:fragment="head">
     <title>HTML-Experimente - Layout TINY</title>
     <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 TINY</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('tiny')">
-      NAVIGATION
-    </nav>
     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
     </aside>