mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix issue #480
This commit is contained in:
parent
63f37eeeda
commit
d1d737777c
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ template tag, for example:
|
|||
.. code-block:: jinja
|
||||
|
||||
{% assets filters="cssmin", output="css/style.min.css", "css/inuit.css", "css/pygment-monokai.css", "css/main.css" %}
|
||||
<link rel="stylesheet" href="{{ ASSETS_URL }}">
|
||||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||
{% endassets %}
|
||||
|
||||
will produce a minified css file with the version identifier:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue