Explorar o código

fix: new cms options

George Cushen %!s(int64=4) %!d(string=hai) anos
pai
achega
7819a912d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wowchemy-cms/functions/parse.html

+ 1 - 1
wowchemy-cms/functions/parse.html

@@ -7,7 +7,7 @@
 
 {{ with site.Params.cms.publish_mode }}
   {{ $publish_mode := dict "publish_mode" . }}
-  {{ $backend_opts = merge $backend $publish_mode }}
+  {{ $backend_opts = merge $backend_opts $publish_mode }}
 {{ end }}
 
 {{ if site.Params.cms.local_backend }}