Merge branch 'master' into next

This commit is contained in:
Vincent Prouillet 2019-02-16 15:49:19 +01:00 committed by GitHub
commit 723729b6d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -21,3 +21,4 @@
| [Matthias Endler](https://matthias-endler.de) | https://github.com/mre/mre.github.io |
| [Michael Plotke](https://michael.plotke.me) | https://gitlab.com/bdjnk/michael |
| [shaleenjain.com](https://shaleenjain.com) | https://github.com/shalzz/shalzz.github.io |
| [Hello, Rust!](https://hello-rust.show) | https://github.com/hello-rust/hello-rust.github.io |

View file

@ -27,7 +27,7 @@ $ yay -S zola-bin
Zola is available on snapcraft:
```bash
$ snap install --edge --classic zola
$ snap install --edge zola
```
## Windows

View file

@ -27,7 +27,6 @@ paginate_path: String?;
rss: Bool;
```
```
### Taxonomy list (`list.html`)

View file

@ -6,7 +6,7 @@ weight = 20
## Installing a theme
The easiest way to install to theme is to clone its repository in the `themes`
The easiest way to install a theme is to clone its repository in the `themes`
directory.
```bash