#803, use page-level IDs for shortcodes

This commit is contained in:
Alex Shpak
2026-05-16 23:47:34 +02:00
parent 54f9ceeeee
commit fe5f41f15d
7 changed files with 20 additions and 11 deletions
@@ -0,0 +1,3 @@
{{- $key := printf "book-%s-id" .Name }}
{{- .Page.Store.Add $key 1 -}}
{{- return .Page.Store.Get $key -}}