grav-theme-future2021/templates/partials/footer.html.twig
2023-02-17 12:56:37 +01:00

6 lines
239 B
Twig

{% if theme_var('enable_social') %}
<ul class="icons">
{% include 'partials/social.html.twig' %}
</ul>
{% endif %}
<p class="copyright">&copy; {{ "now"|date("Y") }} {{ site.author.name }}. {{config.theme.footer.copyright_text|raw}}.</p>