mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat: migrate social sharing config to Hugo Cascade
Just add `share: false` to page front matter or via Hugo Cascades to disable the page sharer at the bottom of pages. See https://discord.com/channels/722225264733716590/742863504515793149/956507676806877235 See #2601
This commit is contained in:
parent
15e9e631f8
commit
5c26e66f6d
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ cascade:
|
|||
commentable: true
|
||||
show_related: true
|
||||
show_breadcrumb: true
|
||||
share: true
|
||||
header:
|
||||
navbar:
|
||||
enable: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue