From 444eee96b03d3cb97114c68da995db7d038c63cf Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 19 Jan 2021 20:35:13 -0500 Subject: blog: add redirect posts, tailscale nixos post Signed-off-by: Christine Dodrill --- src/post/frontmatter.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/post') 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, pub thumb: Option, pub show: Option, + pub redirect_to: Option, } enum State { -- cgit v1.2.3