diff --git a/templates/pages/core/_home.html b/templates/pages/core/_home.html index 535d2657..7513b4ce 100644 --- a/templates/pages/core/_home.html +++ b/templates/pages/core/_home.html @@ -11,7 +11,6 @@

We make websites, web apps, and desktop software

{% set block_id = 'button_get_in_touch' %} - {% include 'layouts/_shared.html' %}
diff --git a/templates/pages/user/_user.html b/templates/pages/user/_user.html index 98f928d9..d1897bc7 100644 --- a/templates/pages/user/_user.html +++ b/templates/pages/user/_user.html @@ -12,7 +12,6 @@ {% set firstname = 'new user' if user.firstname is none else user.firstname %}

Welcome, {{ firstname }}

{% set block_id = 'button_get_in_touch' %} - {% include 'layouts/_shared.html' %}