From f90beda55ae1e197f1c21509cb9bac81ca2b34a4 Mon Sep 17 00:00:00 2001 From: Muhammad Ali Date: Fri, 20 Dec 2024 12:45:53 +0500 Subject: [PATCH] Update title for the newly added example Co-authored-by: Bartek Szopka <83575+bartaz@users.noreply.github.com> --- .../hero/hero-50-50-full-width-image-without-subtitle_text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docs/examples/patterns/hero/hero-50-50-full-width-image-without-subtitle_text.html b/templates/docs/examples/patterns/hero/hero-50-50-full-width-image-without-subtitle_text.html index 7854248da..949ece7cb 100644 --- a/templates/docs/examples/patterns/hero/hero-50-50-full-width-image-without-subtitle_text.html +++ b/templates/docs/examples/patterns/hero/hero-50-50-full-width-image-without-subtitle_text.html @@ -1,7 +1,7 @@ {% extends "_layouts/examples.html" %} {% from "_macros/vf_hero.jinja" import vf_hero %} -{% block title %}Hero / 50/50 / Full width image{% endblock %} +{% block title %}Hero / 50/50 / Without subtitle{% endblock %} {% block standalone_css %}patterns_all{% endblock %} {% set is_paper = true %}