Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions templates/_site/_snippet/_global/_footer.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@
<span>&copy;
{{ now|date('Y') }}
{{ systemName }}
- Built with
- {{ "Built with"|t }}
<span class="sr-only">
love
</span>
{{ icon('heart', { class: 'text-primary' }) }}
by
<a target="_blank" rel="noopener" href="https://www.statik.be" class="hover:underline hover:text-primary">Statik</a>
{{ "by"|t }}
<a target="_blank" rel="noopener" href="https://www.statik.be" class="underline hover:no-underline hover:text-primary">Statik</a>{{ ", one of"|t }}
<a target="_blank" rel="noopener" href="https://www.thekindkids.be" class="underline hover:no-underline hover:text-primary">The Kind Kids</a>
</span>
</div>
<div class="pt-4 xs:pt-0 print:hidden">
Expand Down Expand Up @@ -93,4 +94,4 @@
</div>
</div>
</div>
</footer>
</footer>