Use .markdown for page templates (#7126)

Merge pull request 7126
This commit is contained in:
Jakob Krigovsky
2018-07-11 16:01:17 +02:00
committed by jekyllbot
parent 0e0960e2c3
commit 1801793035
4 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ In the case of Minima, you see only the following files in your Jekyll site dire
├── _config.yml
├── _posts
│ └── 2016-12-04-welcome-to-jekyll.markdown
├── about.md
└── index.md
├── about.markdown
└── index.markdown
```
The `Gemfile` and `Gemfile.lock` files are used by Bundler to keep track of the required gems and gem versions you need to build your Jekyll site.