Wordpress-URL's enden nicht mehr auf einen Slash ("/")
[website] / dist / about.html
index 2a22185..676188c 100644 (file)
@@ -1,10 +1,15 @@
 <!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',
+      title=~{:: title},
+      maincontent=~{:: .maincontent},
+      marginalcontent=~{:: .marginalcontent}
+      )}"
     >
   <head>
-    <title id="title">About</title>
+    <title>About</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <link rel="stylesheet" type="text/css" href="css/base.css"/>
@@ -37,7 +42,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.