From: Kai Moritz Date: Wed, 8 May 2019 21:17:10 +0000 (+0200) Subject: WIP: title/main/marginal explizit X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=e5c074754ade61f06d2c0fdafba81dda4b51db2c WIP: title/main/marginal explizit --- 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