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