Author copyright in html comments

This commit is contained in:
pmoreno.rodriguez 2024-08-11 22:46:27 +02:00
parent 39c5657a50
commit bc57eeb12f

View file

@ -1,3 +1,12 @@
<!--
Future Imperfect by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Ported to Grav by Pedro Moreno <https://github.com/pmoreno-rodriguez>
https://github.com/pmoreno-rodriguez/grav-theme-future2021
-->
{# Define global variables #}
{% set theme_config = attribute(config.themes, config.system.pages.theme) %}
{% set compress = theme_var('production-mode') ? '.min.css' : '.css' %}
@ -98,8 +107,3 @@
</div>
</body>
</html>
<!--
Future Imperfect by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->