mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Author copyright in html comments
This commit is contained in:
parent
39c5657a50
commit
bc57eeb12f
1 changed files with 9 additions and 5 deletions
|
@ -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)
|
||||
-->
|
||||
|
|
Loading…
Add table
Reference in a new issue