Wordpress-URL's enden nicht mehr auf einen Slash ("/")
[website] / dist / about.html
index f5c7e49..676188c 100644 (file)
@@ -3,13 +3,13 @@
     xmlns="http://www.w3.org/1999/xhtml"
     th:replace="~{/templates/layout.html :: layout(
       uri='/about.html',
-      title='About',
+      title=~{:: title},
       maincontent=~{:: .maincontent},
       marginalcontent=~{:: .marginalcontent}
       )}"
     >
   <head>
-    <titl>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"/>
@@ -42,7 +42,7 @@
       </p>
       <ul>
         <li>
-          In the <a href="blog/" th:href="@{/blog/}">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.