mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
starters: allow frame embeds for speaker notes
This commit is contained in:
parent
814fa1db69
commit
b26aa0f99f
2 changed files with 12 additions and 0 deletions
|
@ -103,3 +103,9 @@ extensions:
|
|||
local_backend: false
|
||||
academicons:
|
||||
enable: true
|
||||
|
||||
# Security
|
||||
|
||||
security:
|
||||
# Allow frame for embedding speaker notes in slides
|
||||
allow_frame: true
|
||||
|
|
|
@ -55,3 +55,9 @@ locale:
|
|||
features:
|
||||
privacy_pack:
|
||||
enable: false
|
||||
|
||||
# Security
|
||||
|
||||
security:
|
||||
# Allow frame for embedding speaker notes in slides
|
||||
allow_frame: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue