You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This saves me having to maintain a separate path and the git
commands used to force-push that, plus calling shell commands
from Gradle doesn't work as well with the configuration cache
and the general direction it's headed
Copy file name to clipboardExpand all lines: thymeleaf-layout-dialect-docs/configuration-options.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ new LayoutDialect()
28
28
```
29
29
30
30
Sets how `<head>` elements will be sorted when combined from the layout and
31
-
content templates. See [`<head>` element merging]({{ site.baseurl }}{% link processors/decorate.md %}#head-element-merging)
31
+
content templates. See [`<head>` element merging]({% link processors/decorate.md %}#head-element-merging)
32
32
for more details and examples.
33
33
34
34
@@ -43,7 +43,7 @@ new LayoutDialect()
43
43
```
44
44
45
45
Bypass the layout dialect prforming any `<head>` element merging altogether.
46
-
See [Bypassing <head> element merging altogether]({{ site.baseurl }}{% link processors/decorate.md %}#bypassing-head-element-merging-altogether)
46
+
See [Bypassing <head> element merging altogether]({% link processors/decorate.md %}#bypassing-head-element-merging-altogether)
47
47
for more details.
48
48
49
49
@@ -59,5 +59,5 @@ new LayoutDialect()
59
59
60
60
An experimental option added in 3.4.0 to use standard Thymeleaf expression
61
61
syntax for title patterns instead of special tokens. See
62
-
[Using standard Thymeleaf expression variables instead of special tokens]({{ site.baseurl }}{% link processors/title-pattern.md %}#using-standard-thymeleaf-expression-variables-instead-of-special-tokens)
62
+
[Using standard Thymeleaf expression variables instead of special tokens]({% link processors/title-pattern.md %}#using-standard-thymeleaf-expression-variables-instead-of-special-tokens)
0 commit comments