sitemap.json enthält nur noch die Struktur für die statischen Inhalte
[website] / dist / thymeleaf / projects / html-experimente / fast-leer-kein-menü-aber-marginalinhalt.html
index d868bca..66a5379 100644 (file)
@@ -8,22 +8,24 @@
     >
   <head>
     <title>HTML-Experimente - Fast leere Seite ohne Menü aber mit Marginalspalte</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>
+  <body thymeproxy:variables="MERGE:/thymeleaf/projects.json">
     <nav layout:fragment="navigation">
       <hr class="n"/>
       <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
       <h1 class="nav">Navigation</h1>
       <h2 class="nav menu">Section-Menu</h2>
       <ul id="menu" class="cf">
-        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+        <li class="m blog"><a href="../../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="../../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
+        <li class="m about"><a href="../../about.html" th:href="@{/about.html}" class="m">About</a></li>
       </ul>
     </nav>
     <article class="main" layout:fragment="maincontent">