This commit is contained in:
Van
2019-03-22 19:27:08 +08:00
parent b2fe147b13
commit 04be872d8c
7 changed files with 43 additions and 20 deletions

View File

@@ -64,7 +64,7 @@
</#list>
<a rel="nofollow" href="${servePath}/authors/${article.authorId}">
<img class="avatar" title="${article.authorName}" alt="${article.authorName}" src="${article.authorThumbnailURL}"/>
<img class="avatar prevent" title="${article.authorName}" alt="${article.authorName}" src="${article.authorThumbnailURL}"/>
</a>
</section>
</header>