From e5c074754ade61f06d2c0fdafba81dda4b51db2c Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 8 May 2019 23:17:10 +0200 Subject: [PATCH] WIP: title/main/marginal explizit --- dist/about.html | 4 ++-- dist/impressum.html | 3 +-- dist/index.html | 2 +- dist/templates/layout.html | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dist/about.html b/dist/about.html index f5c7e49c..442ce988 100644 --- a/dist/about.html +++ b/dist/about.html @@ -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} )}" > - About + About diff --git a/dist/impressum.html b/dist/impressum.html index cab80c0f..6e8b1bcf 100644 --- a/dist/impressum.html +++ b/dist/impressum.html @@ -3,8 +3,7 @@ xmlns="http://www.w3.org/1999/xhtml" th:replace="~{/templates/layout.html :: layout( uri='/impressum.html', - contentclass='nomenu', - title='Impressum', + title=~{:: title}, maincontent=~{:: .maincontent}, marginalcontent=~{:: .marginalcontent} )}" diff --git a/dist/index.html b/dist/index.html index 97c13d48..f0e210ee 100644 --- a/dist/index.html +++ b/dist/index.html @@ -4,7 +4,7 @@ th:replace="~{/templates/layout.html :: layout( uri='/index.html', contentclass='nomenu', - title='Home', + title=~{:: title}, maincontent=~{:: .maincontent}, marginalcontent=~{:: .marginalcontent} )}" diff --git a/dist/templates/layout.html b/dist/templates/layout.html index e769d051..1f946dc0 100644 --- a/dist/templates/layout.html +++ b/dist/templates/layout.html @@ -6,7 +6,7 @@ thymeproxy:variables="SET:sitemap.json" > - juplo - BASISTEMPLATE + juplo - BASISTEMPLATE -- 2.20.1