mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
fix: editorial_workflow mode for Wowchemy CMS (#2319)
The publish_mode option should be placed at the top level instead of under backend.
This commit is contained in:
parent
e9d82a2421
commit
c0d8f2a41a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
{{ with site.Params.cms.publish_mode }}
|
||||
{{ $publish_mode := dict "publish_mode" . }}
|
||||
{{ $backend_opts = merge $backend_opts $publish_mode }}
|
||||
{{ $return = merge $return $publish_mode }}
|
||||
{{ end }}
|
||||
|
||||
{{ if site.Params.cms.local_backend }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue