Bug fix for invalid reference to shared layout that has become shared template file.
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2 style="font-size: 24px; color: white; font-weight: normal;">We make websites, web apps, and desktop software</h2>
|
<h2 style="font-size: 24px; color: white; font-weight: normal;">We make websites, web apps, and desktop software</h2>
|
||||||
{% set block_id = 'button_get_in_touch' %}
|
{% set block_id = 'button_get_in_touch' %}
|
||||||
{% include 'layouts/_shared.html' %}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Include JavaScript -->
|
<!-- Include JavaScript -->
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
{% set firstname = 'new user' if user.firstname is none else user.firstname %}
|
{% set firstname = 'new user' if user.firstname is none else user.firstname %}
|
||||||
<h2 style="font-size: 24px; color: white; font-weight: normal;">Welcome, {{ firstname }}</h2>
|
<h2 style="font-size: 24px; color: white; font-weight: normal;">Welcome, {{ firstname }}</h2>
|
||||||
{% set block_id = 'button_get_in_touch' %}
|
{% set block_id = 'button_get_in_touch' %}
|
||||||
{% include 'layouts/_shared.html' %}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Include JavaScript -->
|
<!-- Include JavaScript -->
|
||||||
|
|||||||
Reference in New Issue
Block a user