fix: Don't dump a flag that isn't meant to be

This commit is contained in:
Ed Page 2017-10-21 20:33:30 -06:00
parent 7d07b2ccb3
commit c3873e2953

View file

@ -91,6 +91,7 @@ pub struct Config {
pub dest: String,
pub layouts: String,
pub drafts: String,
#[serde(skip)]
pub data: &'static str,
pub include_drafts: bool,
pub posts: String,