From 621258481d18293852de32ea8e722a036bdea789 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Mon, 15 Feb 2021 10:17:22 +0900 Subject: [PATCH] Make images in post card link --- templates/partials/post_card.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/post_card.rs.html b/templates/partials/post_card.rs.html index a941e0cb..e7c844e8 100644 --- a/templates/partials/post_card.rs.html +++ b/templates/partials/post_card.rs.html @@ -6,7 +6,7 @@
@if article.cover_id.is_some() { -
+
}
@if ctx.2.clone().and_then(|u| article.is_author(ctx.0, u.id).ok()).unwrap_or(false) {