Skip to content

Commit

Permalink
Fix #169 by adding a note about the format of legacy tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Oct 9, 2015
1 parent ad9ba26 commit 13d0a75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Once plugin installed, you'll have following Liquid tags available:
- `{% asset_path logo.png %}`: Returns _resulting_ URL for `logo.png`
- `{% asset app.css %}`: Returns _compiled_ body of `app.css`

The syntax order of tags and filters is:

```
{% tag_name asset_path html_attributes* options* %}
```

You can pass extra attributes to `javascript`, `stylesheet` and `image` tags:

``` html
Expand Down

0 comments on commit 13d0a75

Please sign in to comment.