mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: fix context in render hooks #373
This commit is contained in:
parent
3efaa6ecd4
commit
4934d58624
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{{- partial "shortcodes/math.html" (dict
|
||||
"context" .
|
||||
"context" .Page
|
||||
"content" .Inner
|
||||
"align" (index .Attributes "align")
|
||||
) }}
|
|
@ -1,5 +1,5 @@
|
|||
{{- partial "shortcodes/mermaid.html" (dict
|
||||
"context" .
|
||||
"context" .Page
|
||||
"content" .Inner
|
||||
"align" (index .Attributes "align")
|
||||
) }}
|
Loading…
Reference in a new issue