Use webassets if enabled
This commit is contained in:
parent
b72e9e5536
commit
55049008e2
2 changed files with 10 additions and 2 deletions
3
templates/partial/assets.html
Normal file
3
templates/partial/assets.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% assets CUSTOM_CSS, filters="cssmin", output="custom.min.css" %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/{{ ASSET_URL }}">
|
||||
{% endassets %}
|
Loading…
Add table
Add a link
Reference in a new issue