mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat: migrate prev/next pager to Hugo's cascade system
New cascade front matter param: .Params.pager Close #2737 See #2395
This commit is contained in:
parent
45f971c352
commit
076464227c
4 changed files with 5 additions and 4 deletions
|
@ -14,6 +14,7 @@ cascade:
|
|||
# Blog post options
|
||||
- _target:
|
||||
path: /post/**
|
||||
pager: true
|
||||
editable: true
|
||||
reading_time: true
|
||||
commentable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue