Kanonische Links über _canonical realisiert
[website] / dist / index.html
index d01d494..9add093 100644 (file)
@@ -1,10 +1,16 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{/templates/layout.html :: layout(uri='/index.html', contentclass='nomenu')}"
+    th:replace="~{/templates/layout.html :: layout(
+      uri='/index.html',
+      contentclass='nomenu',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent}
+      )}"
     >
   <head>
-    <title id="title">Home</title>
+    <title>Home</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet" type="text/css" href="css/base.css"/>
@@ -58,7 +64,7 @@
           <h2>About juplo</h2>
           <ul>
             <li><a href="/about.html" title="Visit my about-pag">More about juplo</a></li>
-            <li><a href="/blog/" title="(Hopefully) helpful stuff">Blog</a></li>
+            <li><a href="/blog" title="(Hopefully) helpful stuff">Blog</a></li>
             <li><a href="/projects.html" title="All current projects">Projects</a></li>
             <li><a href="/contact.html" title="All contact-information on a glance">Contact</a></li>
           </ul>