Mark up header with most basic h-card identification
This commit is contained in:
parent
ef3bcb3cc9
commit
e2d77d710b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
{# TODO: remove this link if is_front and *probably* add visually-hidden h1
|
||||
with "agaric", again only on the front page, and only if we can't put our
|
||||
name in an h1 on the front page in some other way. #}
|
||||
<a href="{{ front_page }}" title="{{ 'Home'|t }}" rel="home" class="navbar-item">
|
||||
<a href="{{ front_page }}" title="{{ 'Home'|t }}" rel="home me" class="h-card navbar-item">
|
||||
{{ page.navbar_branding }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue