/usr/share/httpd/grav/user/themes/quark/templates/partials/footer.html.twig (1)
{# -------------------------------------------------------------------------- #}
{# footer.html.twig
{# ================
{#
{# Project Root Server
{# Scope Native
{# Copyright (C) 2024 by RaySoft, Zurich, Switzerland
{# License GNU General Public License (GPL) 2.0
{# https://www.gnu.org/licenses/gpl2.txt
{#
{# -------------------------------------------------------------------------- #}
<section id="footer" class="section bg-gray">
<section class="container {{ grid_size }}">
<p><a href="{{ home_url }}">Home <i class="fa fa-home"></i></a> – <a href="{{ home_url }}/weg">Wegbeschreibung <i class="fa fa-blind"></i></a> – <a href="{{ home_url }}/impressum">Impressum <i class="fa fa-info-circle"></i></a></p>
</section>
<section class="container {{ grid_size }}">
<p><a href="http://getgrav.org">Grav</a> was <i class="fa fa-code"></i> with <i class="fa fa-heart-o pulse "></i> by <a href="https://trilby.media">Trilby Media</a>.</p>
</section>
</section>
Usage
See Grav Howto (1)