templates/main/public-footer.html.twig line 1
<footer class="footer bg-body-tertiary mt-auto py-3 ">
<div class="container text-center">
<span class="text-body opacity-75">{{ 'site_title'|site_settings}} © {{ "now"|date("Y") }}</span>
</div>
</footer>