mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-14 16:07:22 +00:00
fix: Don't dump a flag that isn't meant to be
This commit is contained in:
parent
7d07b2ccb3
commit
c3873e2953
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue