mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
3e8bdfd8f9
* ⚡ Perf: adjust global/site scope state management * ⚡ Perf: adjust page scope state management
5 lines
205 B
HTML
5 lines
205 B
HTML
{{- $reward := .Store.Get "reward" -}}
|
|
{{- $author := .Store.Get "author" -}}
|
|
{{- $options := dict "Reward" $reward "Id" "fi-reward" "Author" $author.name -}}
|
|
{{- partial "plugin/reward.html" $options -}}
|