mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-30 21:44:08 +00:00
dependencies: fix HTML escape error for generated HTML #1086
This commit is contained in:
parent
523120f28e
commit
3e2dd237eb
5 changed files with 23 additions and 23 deletions
docs/content/configuration/customization/extending
|
@ -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 %}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue