Dummy-Seiten für Blog-Layout an Wordpress-Einbindung angepasst
[website] / dist / about.html
index 2a22185..cfc4ed1 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/about.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/about.html')}"
     >
   <head>
     <title id="title">About</title>
@@ -37,7 +37,7 @@
       </p>
       <ul>
         <li>
-          In the <a href="blog.html" th:href="@{/blog.html}">blog</a>, I summarize, how I solved
+          In the <a href="blog/" th:href="@{/blog/}">blog</a>, I summarize, how I solved
           some every-day problems, other people might stumble across too.
           I am introducing new projects there and announcing new versions and/or
           bugfixes to older projects.