From 0a7d92d179882bc219eee321cca4c9d811926b18 Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Wed, 7 Sep 2022 11:20:51 -0400 Subject: [PATCH] ISTWCMS-5667: make subtitle an <h2> for now, to match styling of title, which is an <h1> We will have a follow-up to make these not be headers at all. --- source/_patterns/04-components/site-slogan/site-slogan.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_patterns/04-components/site-slogan/site-slogan.twig b/source/_patterns/04-components/site-slogan/site-slogan.twig index 544caf6b..119efc92 100644 --- a/source/_patterns/04-components/site-slogan/site-slogan.twig +++ b/source/_patterns/04-components/site-slogan/site-slogan.twig @@ -1 +1 @@ -<span class="uw-site-name__subtitle">{{ subtitle }}</span> +<h2 class="uw-site-name__subtitle">{{ subtitle }}</h2> -- GitLab