mirror of
https://github.com/imfing/hextra.git
synced 2025-09-14 07:16:51 -04:00
chore: replace .Scratch with .Store (#818)
This commit is contained in:

committed by
GitHub

parent
184ee25011
commit
334158af7a
@@ -40,7 +40,7 @@
|
||||
</div>
|
||||
{{- partial "components/last-updated.html" . -}}
|
||||
{{- if (site.Params.blog.article.displayPagination | default true) -}}
|
||||
{{- .Scratch.Set "reversePagination" (.Params.reversePagination | default true) -}}
|
||||
{{- .Store.Set "reversePagination" (.Params.reversePagination | default true) -}}
|
||||
{{- partial "components/pager.html" . -}}
|
||||
{{ end }}
|
||||
{{- partial "components/comments.html" . -}}
|
||||
|
Reference in New Issue
Block a user