ENHANCEMENT: Show gravatar if it is enabled in the commenting configuration

This commit is contained in:
Gordon Anderson 2013-03-06 15:55:06 +07:00
parent d4cc737878
commit 67f04d6c2f

View File

@ -1,4 +1,5 @@
<div class="comment" id="<% if isPreview %>comment-preview<% else %>$Permalink<% end_if %>">
<% if $Gravatar %><img class="gravatar" src="$Gravatar" alt="Gravatar for $Name" title="Gravatar for $Name" /><% end_if %>
$EscapedComment
</div>