update
This commit is contained in:
5
old/template/module_css/homepage.html
Normal file
5
old/template/module_css/homepage.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<style>
|
||||
/* homepage_css.html */
|
||||
|
||||
@layer components {}
|
||||
</style>
|
||||
5
old/template/module_css/index.html
Normal file
5
old/template/module_css/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if global.module == 'home' %}
|
||||
|
||||
{% include module_css/homepage %}
|
||||
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user