diff --git a/blocks/footer.ninjatpl b/blocks/footer.ninjatpl index 06a5206..31898e5 100644 --- a/blocks/footer.ninjatpl +++ b/blocks/footer.ninjatpl @@ -1,7 +1,7 @@

- {% if address %}
{{ address }}
{% endif %} + {% if address %}
{% for line in address|lines %}
{{ line }}
{% endfor %}
{% endif %} {% if reservationsEmail %}

{{ reservationsEmail }}

{% endif %} {% if menuName %}{% endif %} {% if showSocial != "false" %}
{% endif %} diff --git a/templates/email/art-deco.ninjatpl b/templates/email/art-deco.ninjatpl index 8ad3c74..1dcc89a 100644 --- a/templates/email/art-deco.ninjatpl +++ b/templates/email/art-deco.ninjatpl @@ -14,7 +14,7 @@ - {{ site.name }} + {{ site_name }}