Upgrade to zola 0.14.1

This commit is contained in:
Philipp Oppermann
2021-10-17 21:06:57 +02:00
parent 5c750985a6
commit 44f51402f7
9 changed files with 65 additions and 46 deletions

View File

@@ -675,7 +675,7 @@ I created the [linked_list_allocator] crate to handle all of these cases. It con
We need to add the extern crate to our `Cargo.toml` and our `lib.rs`:
``` shell
``` bash
> cargo add linked_list_allocator
```