(Grav GitSync) Automatic Commit from smokephil

This commit is contained in:
smokephil 2024-03-23 20:42:53 +01:00 committed by GitSync
parent ef33b45d55
commit ba5d56ea6b
3 changed files with 1 additions and 2 deletions

Binary file not shown.

View file

@ -53,7 +53,6 @@
{% include 'partials/navigation.html.twig' %}
{% endblock %}
</nav>
{% include 'partials/langswitcher.html.twig' %}
{% if config.plugins.login.enabled and grav.user.username %}
<span class="login-status-wrapper"><i class="fa fa-user"></i> {% include 'partials/login-status.html.twig' %}</span>

View file

@ -1,5 +1,5 @@
<section id="footer" class="section bg-gray">
<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>
<p>made with <i class="fa fa-heart-o pulse "></i> by Elena &amp; Philipp Rauch.</p>
</section>
</section>