Merge commit 'a6e635ca7d905d9ec3ffd708db2694f680b03aae'

This commit is contained in:
Bjørn Erik Pedersen
2024-08-09 15:17:43 +02:00
143 changed files with 3258 additions and 2109 deletions

View File

@@ -75,7 +75,7 @@ Hugo renders:
See additional examples in the [partial templates] section.
[partial templates]: /templates/partials/#returning-a-value-from-a-partial
[partial templates]: /templates/partial/#returning-a-value-from-a-partial
## Usage

View File

@@ -45,5 +45,5 @@ The example above can be rewritten using an [inline partial] template:
{{% include "functions/go-template/_common/text-template.md" %}}
[`partial`]: /functions/partials/include/
[inline partial]: /templates/partials/#inline-partials
[inline partial]: /templates/partial/#inline-partials
[embedded templates]: /templates/embedded/