corrected reference to layout in index.md (#6032)
Merge pull request 6032
This commit is contained in:
parent
14f0db9dcc
commit
a2e5899450
|
@ -56,7 +56,7 @@ name: My Jekyll Website
|
|||
```yaml
|
||||
---
|
||||
title: My page
|
||||
layout: default.html
|
||||
layout: default
|
||||
---
|
||||
|
||||
# {% raw %}{{ page.title }}{% endraw %}
|
||||
|
|
Loading…
Reference in New Issue