Kanonische Links über _canonical realisiert
[website] / dist / expertise.html
index dadbd4a..9dc339d 100644 (file)
@@ -1,53 +1,24 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
+    th:replace="~{/templates/layout.html :: layout(
+      uri='/expertise.html',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent})}"
     >
   <head>
-    <title>Expertise</title>
+    <title id="title">Expertise</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <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>
+    <link rel="stylesheet" type="text/css" href="css/base.css"/>
+    <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen"/>
+    <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
     <!--*/-->
   </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="about.html" th:href="@{/about.html}">About</a></li>
-      <li class="b"><strong class="b">Expertise</strong></li>
-    </ol>
-    <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="s active 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">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
-      <ul id="submenu">
-        <li class="s sub">
-          <strong class="s">Expertise</strong>
-          <ul class="s active">
-            <li class="s"><span href="web-engineering.html" th:href="@{/web-engineering.html}" class="s">Web-Engineering</span></li>
-            <li class="s"><span href="spring-framework.html" th:href="@{/spring-framework.html}" class="s">Spring Framework</span></li>
-            <li class="s"><span href=".html" th:href="@{/.html}" class="s"></span></li>
-            <li class="s"><span href="responsive-web-design.html" th:href="@{/responsive-web-design.html}" class="s">Responsive Webdesign</span></li>
-            <li class="s"><span href="web-ui-esign.html" th:href="@{/web-ui-esign.html}" class="s">WEB-UI-Design</span></li>
-            <li class="s"><span href="seo.html" th:href="@{/seo.html}" class="s">SEO</span></li>
-          </ul>
-        </li>
-        <li class="s sub off"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
-        <li class="s off"><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
-      </ul>
-    </nav>
-    <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
+    <main class="maincontent">
+      <div th:replace="/templates/fragments.html :: wip ('Expertise')"></div>
+    </main>
   </body>
 </html>