Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / index.html
index 746e209..5d84a9d 100644 (file)
@@ -1,12 +1,10 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
-    th:with="contentclass='nomenu', uri='/index.html'"
+    th:replace="~{templates/layout :: layout(uri='/index.html', contentclass='nomenu')}"
     >
   <head>
-    <title>Home</title>
+    <title id="title">Home</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet" type="text/css" href="css/base.css"/>
     <!--*/-->
   </head>
   <body>
-    <ol layout:fragment="breadcrumb">
+    <ol id="crumbs">
       <li class="b"><strong class="b">Home</strong></li>
     </ol>
-    <h1 layout:fragment="header"><strong class="l"><img class="l" src="/img/logo.svg" alt="juplo"/></strong></h1>
-    <nav layout:fragment="navigation">
+    <h1 id="logo"><strong class="l"><img class="l" src="/img/logo.svg" alt="juplo"/></strong></h1>
+    <nav id="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>
@@ -30,7 +28,7 @@
         <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
       </ul>
     </nav>
-    <main class="main" layout:fragment="maincontent">
+    <main class="maincontent">
       <div class="pack bg cf">
         <div class="p right">
           <h2>Work In Progress&#8230;</h2>
@@ -42,8 +40,8 @@
           <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="/projects/" title="All current projects">Projects</a></li>
+            <li><a href="/blog.html" 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>
         </div>
@@ -55,7 +53,7 @@
         <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
       </div>
     </main>
-    <aside class="main" layout:fragment="marginalcontent">
+    <aside class="marginalcontent">
       <div class="widget widget_recent_entries">
         <h2 class="widgettitle">Recent Posts</h2>
         <ul>