fix: user images on inf scroll

main
Barış Soner Uşaklı 3 years ago
parent 92cf135580
commit 010b8a96f8

@ -11,7 +11,7 @@
<small class="topic-category"><a href="{config.relative_path}/category/{../category.slug}">[[global:posted_in, {../category.name}]]</a></small> <small class="topic-category"><a href="{config.relative_path}/category/{../category.slug}">[[global:posted_in, {../category.name}]]</a></small>
<div class="post-info"> <div class="post-info">
<a href="{config.relative_path}/user/{../user.userslug}">{buildAvatar(../user, "md", true, "user-img")}</a> <a href="{config.relative_path}/user/{../user.userslug}">{buildAvatar(../user, "md", true, "user-img not-responsive")}</a>
<div class="post-author"> <div class="post-author">
<a href="{config.relative_path}/user/{../user.userslug}">{../user.displayname}</a><br /> <a href="{config.relative_path}/user/{../user.userslug}">{../user.displayname}</a><br />

Loading…
Cancel
Save