dependencies: fix HTML escape error for generated HTML

This commit is contained in:
Sören Weber 2025-04-10 21:17:09 +02:00
parent 523120f28e
commit 3e2dd237eb
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
5 changed files with 23 additions and 23 deletions
docs/content/configuration/customization/extending

View file

@ -66,7 +66,7 @@ See the `math`, `mermaid`, and `openapi` shortcodes for examples.
For advanced customization, you can use the dependency loader in your own partials:
````go
{{- partial "dependencies.gotmpl" (dict "page" . "location" "mylocation") }}
{{- partial "dependencies.html" (dict "page" . "location" "mylocation") }}
````
{{% /notice %}}