Skip to content

Commit

Permalink
Fix typo in example (#16)
Browse files Browse the repository at this point in the history
Fixes a small typo.
  • Loading branch information
bezeklik authored and lolautruche committed Mar 23, 2018
1 parent 7b47edd commit 24e2086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For assets, a special **`ezdesign` asset package** is available.
```jinja
<script src="{{ asset("js/foo.js", "ezdesign") }}"></script>
<link rel="stylesheet" href="{{ asset("js/foo.css", "ezdesign") }}" media="screen" />
<link rel="stylesheet" href="{{ asset("css/foo.css", "ezdesign") }}" media="screen" />
<img src="{{ asset("images/foo.png", "ezdesign") }}" alt="foo"/>
```
Expand Down

0 comments on commit 24e2086

Please sign in to comment.