diff --git a/site/Cargo.toml b/site/Cargo.toml index 32a2b8a..60885d2 100644 --- a/site/Cargo.toml +++ b/site/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crablog" -version = "0.2.0" +version = "0.2.1" authors = ["Leonard Lorenz "] edition = "2018" diff --git a/site/src/routes.rs b/site/src/routes.rs index f3cf216..d065380 100644 --- a/site/src/routes.rs +++ b/site/src/routes.rs @@ -79,6 +79,10 @@ async fn blog_by_id(tmpl: web::Data, web::Path(post_id): web::Path