In case the old config already deactivated the newletter, it must be also (#311)

deactivated in the compatibility code.

Co-authored-by: Thorsten Alteholz <thorsten@alteholz.de>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Thorsten Alteholz 2021-05-16 20:02:18 +02:00 committed by GitHub
parent 5798312a92
commit 0cdce56244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@
{{/* Keep backward compatibility for the newsletter function */}}
{{ if site.Params.newsletter.enable }}
{{ $newsletterEnabled = true }}
{{ else }}
{{ $newsletterEnabled = false }}
{{ end }}
{{ if $footerEnabled }}