From c0d8f2a41a8e893b5082cf86e07b87d64c1af481 Mon Sep 17 00:00:00 2001 From: Ewe Zu Lin Date: Sat, 5 Jun 2021 01:38:04 +0800 Subject: [PATCH] fix: editorial_workflow mode for Wowchemy CMS (#2319) The publish_mode option should be placed at the top level instead of under backend. --- wowchemy-cms/functions/parse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wowchemy-cms/functions/parse.html b/wowchemy-cms/functions/parse.html index 646f2e43..c5adcdb3 100644 --- a/wowchemy-cms/functions/parse.html +++ b/wowchemy-cms/functions/parse.html @@ -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 }}