Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Nov 9, 2016
1 parent 4cca1f8 commit 51ad56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Expand Up @@ -189,7 +189,7 @@ include the `2017-01-25-new-season.md` post in `site.posts`.
You can include markdown blocks from files in your markdown pages with `include` (looks in the `_includes` folder) or
`include_relative` (looks in the current folder of your page).

Example: `article.md
Example `article.md`:

```
---
Expand All @@ -214,7 +214,7 @@ If your page is a HTML page e.g. `about.html`
you have to capture the included markdown block
and than convert the markdown block with the `markdownify` filter.

Example: `about.html`
Example `about.html`:

```
{% capture intro %}{% include intro.md %}{% endcapture %}
Expand Down

0 comments on commit 51ad56c

Please sign in to comment.