mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-22 09:58:55 +00:00
9 lines
No EOL
319 B
Twig
Executable file
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">© {{ "now"|date("Y") }} {{ site.author.name }}. {{config.theme.footer.copyright_text|raw}}.</p>
|
|
</section> |