summaryrefslogtreecommitdiff
path: root/quoins/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'quoins/templates/post.html')
-rw-r--r--quoins/templates/post.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/quoins/templates/post.html b/quoins/templates/post.html
index fc606db..b0842f2 100644
--- a/quoins/templates/post.html
+++ b/quoins/templates/post.html
@@ -52,7 +52,11 @@
52 </span> 52 </span>
53 &nbsp; 53 &nbsp;
54 <span class="blog-comment-user" py:if="quoins.comment_author_url(comment)"> 54 <span class="blog-comment-user" py:if="quoins.comment_author_url(comment)">
55 <a href="${quoins.comment_author_url(comment)}" rel="nofollow">${comment.author_name}</a> 55 <a href="${quoins.comment_author_url(comment)}" rel="nofollow">
56 ${comment.author_name}
57 <img py:if="comment.openid"
58 src="${tg.url('/images/openid_small_logo.png')}" />
59 </a>
56 </span> 60 </span>
57 <span class="blog-comment-user" py:if="not quoins.comment_author_url(comment)"> 61 <span class="blog-comment-user" py:if="not quoins.comment_author_url(comment)">
58 ${comment.author_name} 62 ${comment.author_name}