removal of dead code
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-05-02 16:14:01 +02:00
parent 652a96d722
commit 490177e1e0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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,