diff --git a/frappe/website/web_template/footer_horizontal/footer_horizontal.html b/frappe/website/web_template/footer_horizontal/footer_horizontal.html index f4ec2a0696..10af7a7a34 100644 --- a/frappe/website/web_template/footer_horizontal/footer_horizontal.html +++ b/frappe/website/web_template/footer_horizontal/footer_horizontal.html @@ -1,7 +1,7 @@
{%- if brand_image -%}
- Brand Logo + {{ brand_label or 'Brand Logo' }}
{%- endif -%}
@@ -17,16 +17,18 @@ {%- endfor -%}
+ {%- if content -%}
{{ content }}
+ {%- endif -%}
- {{ address }} + {{ address or '' }}
- {{ copyright }} + {{ copyright or '' }}