summaryrefslogtreecommitdiff
path: root/comment.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-06-15 12:43:29 +0200
committerJonas Smedegaard <dr@jones.dk>2011-06-15 12:43:29 +0200
commit22aab9de14269b30aeacec7717e5447e24b0f457 (patch)
tree72d5f98148fe04f5b7a127a0a891b7deb08abe8a /comment.tmpl
parent84b24bb78093106008157c05a7e4cfe0bb6f5fd1 (diff)
Sync with ikiwiki 3.20110608.
Diffstat (limited to 'comment.tmpl')
-rw-r--r--comment.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/comment.tmpl b/comment.tmpl
index c2ee5a3..c16ca7c 100644
--- a/comment.tmpl
+++ b/comment.tmpl
@@ -1,6 +1,10 @@
<TMPL_IF HTML5><article class="comment" id="<TMPL_VAR COMMENTID>">
<TMPL_ELSE><div class="comment" id="<TMPL_VAR COMMENTID>"></TMPL_IF>
+<TMPL_IF COMMENTAUTHORAVATAR><div class="comment-avatar">
+<img src="<TMPL_VAR COMMENTAUTHORAVATAR>" alt="" />
+</div></TMPL_IF>
+
<TMPL_IF HTML5><header class="comment-subject"><TMPL_ELSE><div class="comment-subject"></TMPL_IF>
<TMPL_IF PERMALINK>
<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
@@ -58,4 +62,5 @@ Comment by
<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
+<div style="clear: both"></div>
<TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF>