aboutsummaryrefslogtreecommitdiff
path: root/src/post
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2021-01-19 20:35:13 -0500
committerChristine Dodrill <me@christine.website>2021-01-19 20:35:13 -0500
commit444eee96b03d3cb97114c68da995db7d038c63cf (patch)
treec198824566ca53f6d0ed75d4d92d1b335345b978 /src/post
parentb40cb9aa784fed4f90bb1c43a6cd4ffda2f18399 (diff)
downloadxesite-444eee96b03d3cb97114c68da995db7d038c63cf.tar.xz
xesite-444eee96b03d3cb97114c68da995db7d038c63cf.zip
blog: add redirect posts, tailscale nixos post
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'src/post')
-rw-r--r--src/post/frontmatter.rs1
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 {