Explorar o código

feat: move autolink to content.autolink in Contact widget

See #1940
George Cushen %!s(int64=4) %!d(string=hai) anos
pai
achega
bc07e3e614
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wowchemy/layouts/partials/widgets/contact.html

+ 1 - 1
wowchemy/layouts/partials/widgets/contact.html

@@ -1,6 +1,6 @@
 {{ $ := .root }}
 {{ $st := .page }}
-{{ $autolink := default true $st.Params.autolink }}
+{{ $autolink := default true $st.Params.content.autolink }}
 {{ $data := site.Params }}
 
 {{ $form_provider := lower $st.Params.contents.form.provider | default "" }}