Browse Source

Fix build for 1.28

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
988811a4bd
1 changed files with 1 additions and 0 deletions
  1. +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;



Loading…
Cancel
Save