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

committed by
GitHub

parent
184ee25011
commit
334158af7a
@@ -1,6 +1,6 @@
|
||||
{{/* Article navigation on the footer of the article */}}
|
||||
|
||||
{{- $reversePagination := .Scratch.Get "reversePagination" | default false -}}
|
||||
{{- $reversePagination := .Store.Get "reversePagination" | default false -}}
|
||||
|
||||
{{- $prev := cond $reversePagination .PrevInSection .NextInSection -}}
|
||||
{{- $next := cond $reversePagination .NextInSection .PrevInSection -}}
|
||||
|
Reference in New Issue
Block a user