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
Fix build for 1.28
index-subcmd
Vincent Prouillet
6 years ago
parent
0c25c23570
commit
988811a4bd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
components/front_matter/src/page.rs
+ 1
- 0
components/front_matter/src/page.rs
View File
@@ -1,6 +1,7 @@
use std::collections::HashMap;
use chrono::prelude::*;
use serde::Deserialize;
use tera::{Map, Value};
use toml;
Write
Preview
Loading…
Cancel
Save