Fix post navigation for Zola 0.16

This commit is contained in:
Paweł Romanowski 2022-11-10 11:53:45 +01:00
parent 771ecca142
commit df24472ca3
3 changed files with 9 additions and 9 deletions

View file

@ -58,7 +58,7 @@ menu_items = [
{name = "github", url = "https://github.com/pawroman/zola-theme-terminimal", newtab = true},
]
# Whether to show links to earlier and later posts
# Whether to show links to earlier and later (aka. higher/lower) posts
# on each post page (defaults to true).
enable_post_view_navigation = true