WIP: Dummy-Seiten für Blog... RENAME: prefix/suffix
authorKai Moritz <kai@juplo.de>
Sun, 5 May 2019 20:09:09 +0000 (22:09 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 6 May 2019 16:57:00 +0000 (18:57 +0200)
42 files changed:
dist/about.html
dist/agb.html
dist/blog/article.html
dist/blog/comments.html
dist/blog/index.html
dist/contact.html
dist/datenschutz.html
dist/expertise.html
dist/haftung-inhalte.html
dist/haftung-links.html
dist/impressum.html
dist/index.html
dist/potemkin/accelerator.html
dist/potemkin/fix-swf/getting-started.html
dist/potemkin/fix-swf/overview.html
dist/potemkin/html-experimente.html
dist/potemkin/html-experimente/basis-layout.html
dist/potemkin/html-experimente/breadcrumb.html
dist/potemkin/html-experimente/druck-layout.html
dist/potemkin/html-experimente/error.html
dist/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html
dist/potemkin/html-experimente/fast-leer-einspaltig.html
dist/potemkin/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html
dist/potemkin/html-experimente/fast-leer-kein-menü.html
dist/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html
dist/potemkin/html-experimente/fast-leer-mit-menü.html
dist/potemkin/html-experimente/formulare.html
dist/potemkin/html-experimente/kein-layout.html
dist/potemkin/html-experimente/phone.html
dist/potemkin/html-experimente/seitenaufteilung.html
dist/potemkin/html-experimente/seitenkopf.html
dist/potemkin/html-experimente/symbole.html
dist/potemkin/html-experimente/tablet.html
dist/potemkin/html-experimente/tiny.html
dist/potemkin/typo.html
dist/projects.html
dist/references.html
dist/templates/404.html
dist/templates/error.html
dist/templates/fragments.html
dist/templates/layout.html
dist/urheberrechte.html

index e23ca8e..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>
index a247413..8afaa80 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/agb.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/agb.html')}"
     >
   <head>
     <title id="title">Allgemeine Geschäftsbedingungen (AGB)</title>
index 0c7f8ad..8f9efec 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/blog/article.html', json='MERGE:/blog/blog.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/blog/article.html', json='MERGE:/blog/blog.json')}"
     >
   <head>
     <title id="title">juplo - blog - Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</title>
index 278b3eb..b0c055f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/blog/comments.html', json='MERGE:/blog/blog.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/blog/comments.html', json='MERGE:/blog/blog.json')}"
     >
   <head>
     <title id="title">juplo - blog - hibernate4-maven-plugin</title>
index 95d7073..9ea279a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/blog/', json='MERGE:/blog/blog.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/blog/', json='MERGE:/blog/blog.json')}"
     >
   <head>
     <title id="title">Blog</title>
index a1e2689..cab064d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/contact.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/contact.html')}"
     >
   <head>
     <title id="title">Contact</title>
index 601f9ee..09d280b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/datenschutz.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/datenschutz.html')}"
     >
   <head>
     <title id="title">Datenschutz</title>
index b7724bc..26e2211 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/expertise.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/expertise.html')}"
     >
   <head>
     <title id="title">Expertise</title>
index 39a41e6..e4ff098 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/haftung-inhalte.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/haftung-inhalte.html')}"
     >
   <head>
     <title id="title">Haftung für Inhalte</title>
index 48f2016..3fbcfd1 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/haftung-links.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/haftung-links.html')}"
     >
   <head>
     <title id="title">Haftung für Links</title>
index fd19e83..09a3ae4 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/impressum.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/impressum.html')}"
     >
   <head>
     <title id="title">Impressum</title>
index ee456b4..d01d494 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/index.html', contentclass='nomenu')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/index.html', contentclass='nomenu')}"
     >
   <head>
     <title id="title">Home</title>
index 751ce03..f3159d5 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/accelerator.html', json='MERGE:potemkin.json,MERGE:{&quot;pages&quot;:{
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/accelerator.html', json='MERGE:potemkin.json,MERGE:{&quot;pages&quot;:{
     &quot;/projects.html&quot;: {
       &quot;name&quot;: &quot;Projects&quot;,
       &quot;childs&quot;: {
index 77278b5..097777b 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/fix-swf/getting-started.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/fix-swf/getting-started.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">Fix SWF - Getting Started</title>
index b5156c0..a01c064 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/fix-swf/overview.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/fix-swf/overview.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">Fix SWF - Overview</title>
index f117b3b..19ae960 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente</title>
index 3fab21b..402916b 100644 (file)
@@ -5,10 +5,10 @@
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.min.css}"/>
   </head>
-  <body th:replace="~{templates/layout :: body(uri='/potemkin/html-experimente/basis-layout.html', json='MERGE:/potemkin.json')}">
+  <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/basis-layout.html', json='MERGE:/potemkin.json')}">
     <main class="maincontent">
       <header><h1>Nur das Basis-Layout</h1></header>
-      <strong th:replace="templates/layout :: maincontent">MAIN-CONTENT</strong>
+      <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
     </main>
     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
index 9ef03ab..f45a48c 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/breadcrumb.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/breadcrumb.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Langer Breadcrumb</title>
index 184fe03..db1dc4c 100644 (file)
@@ -6,10 +6,10 @@
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/print.css" th:href="@{/css/print.css}"/>
   </head>
-  <body th:replace="~{templates/layout :: body(uri='/potemkin/html-experimente/druck-layout.html', json='MERGE:/potemkin.json')}">
+  <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/druck-layout.html', json='MERGE:/potemkin.json')}">
     <main class="maincontent">
       <header><h1>Die für den Ausdruck angepasste Ansicht</h1></header>
-      <strong th:replace="templates/layout :: maincontent">MAIN-CONTENT</strong>
+      <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
     </main>
     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
index faba7f6..1c003d2 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='unknown', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='unknown', json='MERGE:/potemkin.json')}"
     xmlns:layout="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
     >
index 6b6d262..c4909f6 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html', contentclass='onecolumn', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html', contentclass='onecolumn', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Fast leere einspaltige Seite mit Marginalinhalt</title>
index 95ff993..45c228a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/fast-leer-einspaltig.html', contentclass='onecolumn', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-einspaltig.html', contentclass='onecolumn', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Fast leere einspaltige Seite</title>
index 593ae36..f0d4081 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html', contentclass='nomenu', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html', contentclass='nomenu', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Fast leere Seite ohne Menü aber mit Marginalspalte</title>
index 6b0c693..76c6526 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/fast-leer-kein-menü.html', contentclass='nomenu', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-kein-menü.html', contentclass='nomenu', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Fast leere Seite ohne Menü</title>
index d8b950e..563f371 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Fast leere Seite mit Menü und Marginalinhalt</title>
index 9db3dd4..c63096f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/fast-leer-mit-menü.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/fast-leer-mit-menü.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Fast leere Seite mit Menü</title>
index 3a9d2eb..35b3265 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/formulare.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/formulare.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Formulare</title>
index a750094..42bdafa 100644 (file)
@@ -4,10 +4,10 @@
     <title>HTML-Experimente - Kein Layout</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
   </head>
-  <body th:replace="~{templates/layout :: body(uri='/potemkin/html-experimente/kein-layout.html', json='MERGE:/potemkin.json')}">
+  <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/kein-layout.html', json='MERGE:/potemkin.json')}">
     <main class="maincontent">
       <header><h1>Alle Stylings deaktiviert</h1></header>
-      <strong th:replace="templates/layout :: maincontent">MAIN-CONTENT</strong>
+      <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
     </main>
     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
index 7992afc..9d31061 100644 (file)
@@ -6,10 +6,10 @@
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/phone.css" th:href="@{/css/phone.css}"/>
   </head>
-  <body th:replace="~{templates/layout :: body(uri='/potemkin/html-experimente/phone.html', json='MERGE:/potemkin.json')}">
+  <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/phone.html', json='MERGE:/potemkin.json')}">
     <main class="maincontent">
       <header><h1>Layout für Smartphones</h1></header>
-      <strong th:replace="templates/layout :: maincontent">MAIN-CONTENT</strong>
+      <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
     </main>
     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
index e9df281..47c9ab5 100644 (file)
@@ -6,10 +6,10 @@
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/seitenaufteilung.css" th:href="@{/css/seitenaufteilung.css}"/>
   </head>
-  <body th:replace="~{templates/layout :: body(uri='/potemkin/html-experimente/seitenaufteilung.html', json='MERGE:/potemkin.json')}">
+  <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/seitenaufteilung.html', json='MERGE:/potemkin.json')}">
     <main class="maincontent">
       <header><h1>Nur das Basis-Layout und die Seitenaufteiltung</h1></header>
-      <strong th:replace="templates/layout :: maincontent">MAIN-CONTENT</strong>
+      <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
     </main>
     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
index edb20b3..f1adeb7 100644 (file)
@@ -6,10 +6,10 @@
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/seitenkopf.css" th:href="@{/css/seitenkopf.css}"/>
   </head>
-  <body th:replace="~{templates/layout :: body(uri='/potemkin/html-experimente/seitenkopf.html', json='MERGE:/potemkin.json')}">
+  <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/seitenkopf.html', json='MERGE:/potemkin.json')}">
     <main class="maincontent">
       <header><h1>Nur das Basis-Layout und der Seitenkopf</h1></header>
-      <strong th:replace="templates/layout :: maincontent">MAIN-CONTENT</strong>
+      <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
     </main>
     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
index 01d526f..6e7de59 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/html-experimente/symbole.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/html-experimente/symbole.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">HTML-Experimente - Symbol-Font</title>
index c798822..a76dd75 100644 (file)
@@ -6,10 +6,10 @@
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/tablet.css" th:href="@{/css/tablet.css}"/>
   </head>
-  <body th:replace="~{templates/layout :: body(uri='/potemkin/html-experimente/tablet.html', json='MERGE:/potemkin.json')}">
+  <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/tablet.html', json='MERGE:/potemkin.json')}">
     <main class="maincontent">
       <header><h1>Layout für Tablets</h1></header>
-      <strong th:replace="templates/layout :: maincontent">MAIN-CONTENT</strong>
+      <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
     </main>
     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
index d6fbc1f..037cfcd 100644 (file)
@@ -6,10 +6,10 @@
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/base.css" th:href="@{/css/base.css}"/>
     <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../css/tiny.css" th:href="@{/css/tiny.css}"/>
   </head>
-  <body th:replace="~{templates/layout :: body(uri='/potemkin/html-experimente/tiny.html', json='MERGE:/potemkin.json')}">
+  <body th:replace="~{/templates/layout.html :: body(uri='/potemkin/html-experimente/tiny.html', json='MERGE:/potemkin.json')}">
     <main class="maincontent">
       <header><h1>Layout für sehr kleine Bildschirmgrößen</h1></header>
-      <strong th:replace="templates/layout :: maincontent">MAIN-CONTENT</strong>
+      <strong th:replace="/templates/layout.html :: maincontent">MAIN-CONTENT</strong>
     </main>
     <aside class="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
index f5c1914..5ac7eec 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/potemkin/typo.html', json='MERGE:potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/potemkin/typo.html', json='MERGE:potemkin.json')}"
     >
   <head>
     <title id="title">Typography</title>
index b7ab14a..e7774af 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/projects.html', json='MERGE:/potemkin.json')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/projects.html', json='MERGE:/potemkin.json')}"
     >
   <head>
     <title id="title">Projects - Potemkinsche Dörfer!</title>
index 9a7ed7a..4ef0d00 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/references.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/references.html')}"
     >
   <head>
     <title id="title">References</title>
index f060476..8d0593f 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/templates/404.html', contentclass='nomenu')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/templates/404.html', contentclass='nomenu')}"
     >
   <head>
     <title id="title">404: Page Not Found!</title>
index 16c440f..a7d2db9 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/templates/error.html', contentclass='nomenu')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/templates/error.html', contentclass='nomenu')}"
     >
   <head>
     <title id="title">An Unexpected Error Occured!</title>
index 9c999c8..e15f5fc 100644 (file)
@@ -26,7 +26,7 @@
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
       <div class="wip">
         <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
-        <p th:include="templates/layout :: maincontent" th:remove="tag">
+        <p th:include="/templates/layout.html :: maincontent" th:remove="tag">
           PAGE-CONTENT
         </p>
       </div>
index c542e55..f75606d 100644 (file)
                     class="s active"
                     th:class="'s' + (${selected &amp;&amp; pos == crumbs.size()-1} ? ' active' : '') + (${entry.key == uri or (len &gt; 1 and entry.key == crumbs.get(len-2).uri and page['childs'] == null)} ? ' selected' : '')"
                     >
-                  <li th:replace="templates/layout :: submenu(submenu=${childs}, parent=${entry.key}, pos=${pos + 1})"
+                  <li th:replace="/templates/layout.html :: submenu(submenu=${childs}, parent=${entry.key}, pos=${pos + 1})"
                       class="s"
                       >
                     <strong class="s">Overview</strong>
index 5d19a2c..902b0f3 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html
     xmlns="http://www.w3.org/1999/xhtml"
-    th:replace="~{templates/layout :: layout(uri='/urheberrechte.html')}"
+    th:replace="~{/templates/layout.html :: layout(uri='/urheberrechte.html')}"
     >
   <head>
     <title id="title">Urheberrecht</title>