Add organization (not individual) indicator, may not work

... but, confirmed it didn't *break* indiewebify.me validation; just not clear if it is
reading tat we're an org, or that it can read that...
This commit is contained in:
benjamin melançon 2018-12-31 22:35:27 -05:00
parent e2d77d710b
commit f49ed76e15

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 me" class="h-card navbar-item"> <a href="{{ front_page }}" title="{{ 'Home'|t }}" rel="home me" class="h-card fn org navbar-item">
{{ page.navbar_branding }} {{ page.navbar_branding }}
</a> </a>
{% endif %} {% endif %}