Merge branch 'master' into next
This commit is contained in:
commit
723729b6d1
|
@ -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 |
|
||||
|
|
|
@ -27,7 +27,7 @@ $ yay -S zola-bin
|
|||
Zola is available on snapcraft:
|
||||
|
||||
```bash
|
||||
$ snap install --edge --classic zola
|
||||
$ snap install --edge zola
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
|
|
@ -27,7 +27,6 @@ paginate_path: String?;
|
|||
rss: Bool;
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
### Taxonomy list (`list.html`)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue