Skip to content

Commit

Permalink
INTROK-168 small fixes demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraStatik committed Aug 22, 2024
1 parent 76251da commit f1e577f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/_site/_snippet/_global/_footer.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="{{ siteUrl }}" class="">
<img class="w-full max-w-logo" src="{{baseUrl ~ '/frontend/img/site/logo.svg'}}" alt="{{"Startpagina"|t}}"/>
</a>
<h3 class="text-3xl">{{ systemName }}</h3>
<h3 class="mt-4 text-3xl">{{ systemName }}</h3>
{% if generalInfo.address|length %}
<div class="mt-6">
{{ generalInfo.address|nl2br }}
Expand Down Expand Up @@ -69,7 +69,7 @@
{% set cookiePage = craft.entries.section('cookiePolicy').one() %}
{% if cookiePage %}
<li>
<button type="button" class="underline js-cookie-settings hover:no-underline">{{ 'Cookie-instellingen'|t }}</button>
<button type="button" class="p-0 m-0 underline js-cookie-settings hover:no-underline">{{ 'Cookie-instellingen'|t }}</button>
</li>
<li class="">
<a href="{{ cookiePage.url }}" class="underline hover:no-underline">{{ cookiePage.title }}</a>
Expand Down
4 changes: 2 additions & 2 deletions templates/_site/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% include '_site/_snippet/_content/_hero' %}

<div class="section section--default">
{# <div class="section section--default">
<div class="container">
<div class="w-full md:w-3/4">
<p class="">If you want to know how to use the various JS components, you can
Expand All @@ -16,7 +16,7 @@
</p>
</div>
</div>
</div>
</div> #}

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

0 comments on commit f1e577f

Please sign in to comment.