Fix broken link to example _config.yml file (#1069)
This commit is contained in:
parent
7b26077a11
commit
262b6f3c4a
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ defaults:
|
|||
layout: single
|
||||
```
|
||||
|
||||
And of course any default value can be overridden by settings in a post, page, or collection file. All you need to do is specify the settings in the YAML Front Matter. For more examples be sure to check out the demo site's [`_config.yml`](https://github.com/{{ site.repository }}/gh-pages/_config.yml).
|
||||
And of course any default value can be overridden by settings in a post, page, or collection file. All you need to do is specify the settings in the YAML Front Matter. For more examples be sure to check out the demo site's [`_config.yml`](https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml).
|
||||
|
||||
## Outputting
|
||||
|
||||
|
|
Loading…
Reference in a new issue