diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/post/frontmatter.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post/frontmatter.rs b/src/post/frontmatter.rs index f2c1587..595079f 100644 --- a/src/post/frontmatter.rs +++ b/src/post/frontmatter.rs @@ -12,6 +12,7 @@ pub struct Data { pub image: Option<String>, pub thumb: Option<String>, pub show: Option<bool>, + pub redirect_to: Option<String>, } enum State { |
