projects
/
website
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c0aef3
)
Das Fragment "layout" fordert nur noch nicht-optionale Parameter
author
Kai Moritz
<kai@juplo.de>
Sat, 11 May 2019 10:12:16 +0000
(12:12 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 22 Nov 2020 16:16:25 +0000
(17:16 +0100)
Ansonsten ist es z.B. nicht möglich, das Fragment ohne "marginalcontent"
aufzurufen...
dist/templates/layout.html
patch
|
blob
|
history
diff --git
a/dist/templates/layout.html
b/dist/templates/layout.html
index
cd050be
..
b95cf48
100644
(file)
--- a/
dist/templates/layout.html
+++ b/
dist/templates/layout.html
@@
-2,7
+2,7
@@
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
- th:fragment="layout(uri,maincontent
,marginalcontent
)"
+ th:fragment="layout(uri,maincontent)"
thymeproxy:variables="SET:sitemap.json"
>
<head>