Add lengthy TODO for special-casing the front page

This commit is contained in:
benjamin melançon 2018-08-23 10:08:58 -04:00
parent 0744edfaad
commit ffd69fb2c3

View file

@ -6,6 +6,9 @@
<nav class="navbar" id="navbar">
<div class="navbar-brand">
{% if page.navbar_branding %}
{# 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">
{{ page.navbar_branding }}
</a>