Doppelte Head-Einträge auskommentiert
[website] / dist / thymeleaf / projects.html
index 4737f8d..f7ddf60 100644 (file)
@@ -3,28 +3,18 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
-    th:with="title='Projects'"
+    th:with="title='Projects', uri='/projects.html'"
     >
   <head>
     <title>Projects</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>
+    <!--*/-->
   </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"><strong class="b">Projects</strong></li>
-    </ol>
-    <ul layout:fragment="submenu">
-      <li class="s sub"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-      <li class="s sub"><a href="projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
-      <li class="s"><a href="#" class="s">jquery.openx</a></li>
-      <li class="s sub"><a href="projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-      <li class="s sub"><a href="#" class="s">accelerator</a></li>
-      <li class="s"><a href="projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-    </ul>
   </body>
 </html>