diff --git a/templates/section.html b/templates/section.html index 527f28e..3bb6e0a 100644 --- a/templates/section.html +++ b/templates/section.html @@ -27,7 +27,13 @@ {{ st::section_title(title=page.title, anchor=page.extra.anchor | default(value=page.slug)) }}
- {{ page.content | safe }} + {# Live's text.html.twig wraps the rendered markdown in + `

{{ content }}

`. The browser auto-closes the outer +

on the first inner

, leaving an empty

at + the top of each section — which adds the 10px margin that + aligns the first float-right image with the first text + line. #} +

{{ page.content | safe }}