Contact page favicon
Some checks failed
test / cargo test (push) Failing after 1m3s

This commit is contained in:
2024-09-20 12:35:30 +02:00
parent 377aee315e
commit 52bd4e5590
13 changed files with 127 additions and 42 deletions

View File

@ -54,8 +54,11 @@ async fn main() {
// TODO Socials
// - fotos
// TODO go live pipeline
// consulting session link
// TODO Change DNS system
// THINK deploy to alula? rather then katelyn? can be change whenever
// TODO after release
// OG tags
// Remove old web completely
// Restructure repository
// - contact

View File

@ -64,7 +64,7 @@ pub async fn render_blog_post_list(
};
Ok(PostListTemplate {
title: "Posts".to_owned(),
title: "Blog posts".to_owned(),
posts,
tag,
header_props,