Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0080 authored Jul 14, 2017
1 parent f98cfcb commit 68b2104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In the template twig file where you want to place the Cascade Filters:
```twig
{% import 'partials/cascade-filters.html.twig' as f %}
<div class="sidebar column is-narrow">
{% set taxlist = cascadeFilters.get() %} {# get queries as Array #}
{% set taxlist = cascadeFilters.get() %} {# get texonomy list #}
{% set queries = uri.query(null, true) %} {# get queries as Array #}
<a href="{{ page.url }}" class="button">Clean all filters </a>
{% if taxlist %}
Expand Down Expand Up @@ -71,12 +71,12 @@ In the page of collection, you can filter the child items like this:
{% endif %}
```

Than the rendered html should be work! you can click and filter the child items now.
Then the rendered html should be work! you can click and filter the child items now.

## Credits

Part of code forked from [@rhukster's](https://github.com/rhukster) [grav-plugin-taxonomylist](https://github.com/aptly-io/grav-plugin-taxonomylist)

## To Do

- [ ] Maybe the UTF-8 strings need to be processed, haven't test now.
- [ ] Maybe the UTF-8 strings need to be processed, haven't test now.

0 comments on commit 68b2104

Please sign in to comment.