fix: unbreak quoting

This commit is contained in:
decentral1se 2021-12-01 15:57:00 +01:00
parent 5861bc2e84
commit 2a425a48c7
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export APP_CONFIG_VERSION=v1
export APP_CONFIG_VERSION=v2
export DB_CONFIG_VERSION=v1
export ENTRYPOINT_VERSION=v1
export PRODUCTION_ENV_VERSION=v1

View File

@ -112,7 +112,7 @@ default: &defaults
# order_by_articles: true
# Page footer (html allowed). Default is a Foodsoft footer. Set to `blank` for no footer.
page_footer: "{{ env "FOODCOOP_FOOTER" }}"
page_footer: {{ env "FOODCOOP_FOOTER" }}
# Custom CSS for the foodcoop
#custom_css: 'body { background-color: #fcffba; }'