From 9dac97045be15a24532458e0ee6c1455ed3bec7f Mon Sep 17 00:00:00 2001 From: MohammadSaleh Kamyab Date: Sun, 21 Nov 2021 05:37:57 +0000 Subject: [PATCH] Update 'templates/partials/post_card.rs.html' --- templates/partials/post_card.rs.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/partials/post_card.rs.html b/templates/partials/post_card.rs.html index e7c844e8..76953f30 100644 --- a/templates/partials/post_card.rs.html +++ b/templates/partials/post_card.rs.html @@ -8,17 +8,17 @@ @if article.cover_id.is_some() {
} -
+
+

+ + @article.title + +

@if ctx.2.clone().and_then(|u| article.is_author(ctx.0, u.id).ok()).unwrap_or(false) { } -

- - @article.title - -

@article.subtitle