grav-theme-future2021/templates/partials/sidebar-bits/footer.html.twig
2023-08-13 12:42:14 +02:00

9 lines
No EOL
319 B
Twig
Executable file

<!-- Social links and Copyright -->
<section id="footer">
{% 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>
</section>