Fix code example and markdown syntax in Readme
This commit is contained in:
parent
73797efe90
commit
3f5401c3f1
|
@ -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
|
Takes a path to a `_index.md` file and returns the associated section
|
||||||
|
|
||||||
```jinja2
|
```jinja2
|
||||||
{% set section = get_page(path="blog/_index.md") %}
|
{% set section = get_section(path="blog/_index.md") %}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `get_url`
|
#### `get_url`
|
||||||
|
|
Loading…
Reference in a new issue