mirror of
https://github.com/getzola/zola
synced 2024-12-13 22:02:29 +00:00
Add HTML aliases to changelog
This commit is contained in:
parent
d334b1cf46
commit
28641fc223
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
- Add array arguments to shortcodes and allow single-quote/backtick strings
|
- Add array arguments to shortcodes and allow single-quote/backtick strings
|
||||||
- Co-located assets are now permalinks
|
- Co-located assets are now permalinks
|
||||||
- Words are now counted using unicode rather than whitespaces
|
- Words are now counted using unicode rather than whitespaces
|
||||||
|
- Aliases can now be pointing directly to specific HTML files
|
||||||
|
|
||||||
## 0.3.4 (2018-06-22)
|
## 0.3.4 (2018-06-22)
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ extern crate errors;
|
||||||
extern crate tempfile;
|
extern crate tempfile;
|
||||||
extern crate tera;
|
extern crate tera;
|
||||||
extern crate walkdir;
|
extern crate walkdir;
|
||||||
|
extern crate unicode_segmentation;
|
||||||
|
|
||||||
pub mod fs;
|
pub mod fs;
|
||||||
pub mod site;
|
pub mod site;
|
||||||
|
|
Loading…
Reference in a new issue