Kanonische Links über _canonical realisiert
[website] / dist / templates / fragments.html
index 34ee163..e15f5fc 100644 (file)
@@ -2,16 +2,15 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.thymeleaf.org">
   <head>
     <title>Fragments</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" 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>
     <h1>Explanation fo the german word "Impressum"</h1>
     <hr />
-    <aside class="m" th:fragment="about">
+    <div th:fragment="about">
       <h1>What the f*#!@ is an <em>Impressum</em> ?!?</h1>
       The german law enforces the so called <em>Impressum</em> to enable
       customers to easily find out all juristically relevant informations
       <h1>Find out more...</h1>
       If you just want to learn more about juplo you should better
       <a href="../about.html" th:href="@{/about.html}" title="Learn more about juplo now">visit our about-pages</a>.
-    </aside>
+    </div>
     <hr />
     <h1>Work-in-progress-hint</h1>
     <hr />
-    <article class="main" layout:fragment="wip(title)">
+    <article class="main" th:fragment="wip(title)">
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
-      <div class="wip" th:fragment="wip">
+      <div class="wip">
         <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
-        <p th:include="templates/layout :: maincontent" th:remove="tag">
+        <p th:include="/templates/layout.html :: maincontent" th:remove="tag">
           PAGE-CONTENT
         </p>
       </div>