chore: replace .Scratch with .Store (#818)

This commit is contained in:
Ludovic Fernandez
2025-09-03 16:37:18 +02:00
committed by GitHub
parent 184ee25011
commit 334158af7a
5 changed files with 8 additions and 8 deletions

View File

@@ -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 -}}