From f1e577f19243ee3e273b98a163f2118898c17795 Mon Sep 17 00:00:00 2001 From: Laura Timmermans Date: Thu, 22 Aug 2024 12:28:36 +0200 Subject: [PATCH] INTROK-168 small fixes demo site --- templates/_site/_snippet/_global/_footer.twig | 4 ++-- templates/_site/index.twig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/_site/_snippet/_global/_footer.twig b/templates/_site/_snippet/_global/_footer.twig index eefbdd6d..1164950e 100644 --- a/templates/_site/_snippet/_global/_footer.twig +++ b/templates/_site/_snippet/_global/_footer.twig @@ -6,7 +6,7 @@ -

{{ systemName }}

+

{{ systemName }}

{% if generalInfo.address|length %}
{{ generalInfo.address|nl2br }} @@ -69,7 +69,7 @@ {% set cookiePage = craft.entries.section('cookiePolicy').one() %} {% if cookiePage %}
  • - +
  • {{ cookiePage.title }} diff --git a/templates/_site/index.twig b/templates/_site/index.twig index 9bba440c..e3ae63e5 100644 --- a/templates/_site/index.twig +++ b/templates/_site/index.twig @@ -5,7 +5,7 @@ {% include '_site/_snippet/_content/_hero' %} -
    + {#

    If you want to know how to use the various JS components, you can @@ -16,7 +16,7 @@

    -
    +
    #} {% set news = craft.entries().section('news').orderBy('postDate DESC').limit(3).collect() %} {% if news|length %}