This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add HTML aliases to changelog
index-subcmd
Vincent Prouillet
6 years ago
parent
d334b1cf46
commit
28641fc223
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGELOG.md
+1
-0
components/utils/src/lib.rs
+ 1
- 0
CHANGELOG.md
View File
@@ -9,6 +9,7 @@
- Add array arguments to shortcodes and allow single-quote/backtick strings
- Co-located assets are now permalinks
- 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)
+ 1
- 0
components/utils/src/lib.rs
View File
@@ -5,6 +5,7 @@ extern crate errors;
extern crate tempfile;
extern crate tera;
extern crate walkdir;
extern crate unicode_segmentation;
pub mod fs;
pub mod site;
Write
Preview
Loading…
Cancel
Save