Template-Pfade korrigiert/vereinheitlicht
[website] / dist / index.html
index 746e209..0cb999a 100644 (file)
@@ -2,7 +2,7 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="contentclass='nomenu', uri='/index.html'"
     >
   <head>
@@ -42,8 +42,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>