From e2d77d710be497ac6e044eed07168bd52f967f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 31 Dec 2018 11:30:10 -0500 Subject: [PATCH] Mark up header with most basic h-card identification --- agaric/templates/layout/page.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agaric/templates/layout/page.html.twig b/agaric/templates/layout/page.html.twig index a6ac259..d67cf50 100644 --- a/agaric/templates/layout/page.html.twig +++ b/agaric/templates/layout/page.html.twig @@ -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. #} - + {{ page.navbar_branding }} {% endif %}