Merge pull request #126 from phil-opp/patch-1

Fix code example and markdown syntax in Readme
This commit is contained in:
Vincent Prouillet 2017-10-05 18:46:07 +09:00 committed by GitHub
commit d58878140a

View file

@ -77,7 +77,7 @@ Takes a path to a `.md` file and returns the associated page
Takes a path to a `_index.md` file and returns the associated section
```jinja2
{% set section = get_page(path="blog/_index.md") %}
{% set section = get_section(path="blog/_index.md") %}
```
#### `get_url`