Fix typo
This commit is contained in:
parent
262b6f3c4a
commit
399cd19472
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Nothing clever here :wink:. Layouts, data files, and includes are all placed in
|
|||
```bash
|
||||
minimal-mistakes
|
||||
├── _data # data files for customizing the theme
|
||||
| ├── navigations.yml # main navigation links
|
||||
| ├── navigation.yml # main navigation links
|
||||
| └── ui-text.yml # text used throughout the theme's UI
|
||||
├── _includes
|
||||
| ├── analytics-providers # snippets for analytics (Google and custom)
|
||||
|
@ -51,4 +51,4 @@ minimal-mistakes
|
|||
├── Gemfile # gem file dependencies
|
||||
├── index.html # paginated home page showing recent posts
|
||||
└── package.json # NPM build scripts
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue