mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 09:10:00 +00:00
Merge pull request #183 from sharkykh/user-page-gravatar
Use gravatar URL in /user/<username>
This commit is contained in:
commit
d07e3e34ae
|
@ -7,7 +7,7 @@
|
|||
<h2>User Information</h2><br>
|
||||
<div class="row" style="margin-bottom: 20px;">
|
||||
<div class="col-sm-2" style="max-width: 150px;">
|
||||
<img class="avatar" src="https://nyaa.si/static/img/avatar/default.png">
|
||||
<img class="avatar" src="{{ user.gravatar_url() }}">
|
||||
</div>
|
||||
<div class="col-sm-10">
|
||||
<dl class="dl-horizontal">
|
||||
|
|
Loading…
Reference in a new issue