forked from 00dani/lemoncurry
Wrap the u-uid link in the h-card around my avatar rather than just having it be hidden, since invisible info in is a microformats2 antipattern
This commit is contained in:
parent
ddf4099639
commit
5fa4066d7a
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@
|
|||
{% block main %}
|
||||
<aside class="author">
|
||||
<article class="h-card card p-author">
|
||||
<a class="u-uid u-url" href="{{ uri }}" hidden></a>
|
||||
<a class="u-uid u-url" href="{{ uri }}">
|
||||
{% if user.avatar %}<img class="card-img-top u-photo" src="{{ user.avatar.url }}" alt="{{ user.first_name }} {{ user.last_name }}" />{% endif %}
|
||||
</a>
|
||||
|
||||
<div class="card-body">
|
||||
<h4 class="card-title p-name">
|
||||
|
|
Loading…
Reference in a new issue