diff --git a/src/routes/blog.rs b/src/routes/blog.rs index 1d0cad0..91a06fd 100644 --- a/src/routes/blog.rs +++ b/src/routes/blog.rs @@ -66,11 +66,6 @@ pub fn build_index(config: Config, url: String) -> String { ) } -#[derive(Content, Debug)] -pub struct Tag { - pub name: String, -} - #[derive(Content, Debug)] struct Post { title: String,