projects
/
website
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
447c1e9
)
Ergänzung des head-Tag über den Parameter scripts_head ermöglicht
author
Kai Moritz
<kai@juplo.de>
Sat, 11 May 2019 10:13:44 +0000
(12:13 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 22 Nov 2020 16:16:25 +0000
(17:16 +0100)
dist/templates/layout.html
patch
|
blob
|
history
diff --git
a/dist/templates/layout.html
b/dist/templates/layout.html
index
b95cf48
..
0b8c457
100644
(file)
--- a/
dist/templates/layout.html
+++ b/
dist/templates/layout.html
@@
-34,7
+34,7
@@
<!--[if IE 8]>
<link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../css/ie8.css" th:href="@{/css/ie8.min.css}"/>
<![endif]-->
- <link rel="caononical" href="layout.html" th:replace="
~{:: #canonical
}?:~{}"/>
+ <link rel="caononical" href="layout.html" th:replace="
${scripts_head
}?:~{}"/>
</head>
<body
th:fragment="body(uri, maincontent, marginalcontent)"