mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Doc links changed to new domain. Other doc fixes.
This commit is contained in:
parent
b72692baaf
commit
beb4dccc8c
5 changed files with 25 additions and 22 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="{{ ASSET_URL }}">
|
||||
<link rel="stylesheet" href="{{ ASSETS_URL }}">
|
||||
{% endassets %}
|
||||
|
||||
will produce a minified css file with the version identifier:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue