re: cache
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-24 19:15:28 +02:00
parent 041066ac26
commit bc08faf212
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -24,7 +24,7 @@ struct BlogIndexTemplate {
no_posts: bool,
}
//#[once(time = 120)]
#[once(time = 120)]
pub fn build_index(config: Config) -> String {
let mut posts = get_posts("data/blog");