This commit is contained in:
Alexander Todorov 2017-04-26 17:00:21 +00:00 committed by GitHub
commit 76da16d93d
2 changed files with 10 additions and 2 deletions

View 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 %}