remove my modification about blogimage

I remove it because it's require blog module
This commit is contained in:
Stéphane Guevremont 2016-10-20 13:02:09 -04:00 committed by GitHub
parent 8e3e4d4f23
commit 77694d1d93
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@
<span class="date">$Created.Nice ($Created.Ago)</span>
</p>
<% end_if %>
<% if $Author.BlogProfileImage && $Gravatar %>
<img class="gravatar" src="$Author.BlogProfileImage.URL" alt="Gravatar for $Author.Name.ATT" title="Gravatar for $Author.Name.ATT" />
<% else_if $Gravatar %>
<% if $Gravatar %>
<img class="gravatar" src="$Gravatar.ATT" alt="Gravatar for $Name.ATT" title="Gravatar for $Name.ATT" />
<% end_if %>
<div class="comment-text<% if $Gravatar %> hasGravatar<% end_if %>" id="<% if $isPreview %>comment-preview<% else %>$Permalink<% end_if %>">