add new random stuff

This commit is contained in:
jetstream0
2023-08-21 22:16:56 +02:00
parent 2a1ca73936
commit 5cbc55262a
8 changed files with 55 additions and 2 deletions

View File

@@ -45,6 +45,9 @@ builder.serve_template(renderer, "/", "index", {
posts: posts_metadata,
});
//404 page (github pages)
builder.serve_template(renderer, "/404.html", "404", {});
//blog posts
//if two tags reduce down to the same slug, oh well, not my problem