Use pages.markdown.extra in system.yaml (#1007)

Markdown Extra is incorrectly specified as `markdown_extra`, whereas it should be:

```
  markdown:
    extra: false
```
This commit is contained in:
Ole Vik
2016-08-26 14:21:16 +02:00
committed by Flavio Copes
parent 773e6aef04
commit b787cdeda7

View File

@@ -5,7 +5,8 @@ home:
pages:
theme: antimatter
markdown_extra: false
markdown:
extra: false
process:
markdown: true
twig: false