mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
5 lines
207 B
HTML
5 lines
207 B
HTML
{{- $reward := .Scratch.Get "reward" -}}
|
|
{{- $author := .Store.Get "author" -}}
|
|
{{- $options := dict "Reward" $reward "Id" "fi-reward" "Author" $author.name -}}
|
|
{{- partial "plugin/reward.html" $options -}}
|