From 4e576c693f19b3ecbe44456a2bef32deab8adfb3 Mon Sep 17 00:00:00 2001 From: Julie Muzina Date: Tue, 27 Aug 2024 17:06:12 -0400 Subject: [PATCH] Wrap example links in a paragraph, fixing baseline alignment --- templates/_layouts/examples.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/_layouts/examples.html b/templates/_layouts/examples.html index 5fbafbf2d..9e72fb878 100644 --- a/templates/_layouts/examples.html +++ b/templates/_layouts/examples.html @@ -40,9 +40,9 @@ {% else %} {# Include a link to the embedded template #} -
+

{{ self._TemplateReference__context.name }} -

+

{# In the combined case, render just the body, as the HTML & head is handled by the combined example #} {{ body_content() }} {% if is_combined and spacing_below and spacing_below > 0 %}