Mark up header with most basic h-card identification

This commit is contained in:
benjamin melançon 2018-12-31 11:30:10 -05:00
parent ef3bcb3cc9
commit e2d77d710b

View file

@ -10,7 +10,7 @@
{# TODO: remove this link if is_front and *probably* add visually-hidden h1 {# 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 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. #} 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 }} {{ page.navbar_branding }}
</a> </a>
{% endif %} {% endif %}