mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-22 18:08:55 +00:00
6 lines
239 B
Twig
6 lines
239 B
Twig
{% if theme_var('enable_social') %}
|
|
<ul class="icons">
|
|
{% include 'partials/social.html.twig' %}
|
|
</ul>
|
|
{% endif %}
|
|
<p class="copyright">© {{ "now"|date("Y") }} {{ site.author.name }}. {{config.theme.footer.copyright_text|raw}}.</p>
|