diff --git a/templates/partials/comment.rs.html b/templates/partials/comment.rs.html index a1bafec3..499f9bbb 100644 --- a/templates/partials/comment.rs.html +++ b/templates/partials/comment.rs.html @@ -4,7 +4,7 @@ @(ctx: BaseContext, comment_tree: &CommentTree, in_reply_to: Option<&str>, blog: &str, slug: &str) -@if let Some(ref comm) = Some(&comment_tree.comment) { +@if let Some(comm) = Some(&comment_tree.comment) { @if let Ok(author) = comm.get_author(ctx.0) {