From d8473ba7d5e6dcc4f82b349f19344411f788f6d2 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 16 Aug 2021 10:16:02 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Make=20section=20heading=20more?= =?UTF-8?q?=20flexible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/section-heading.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/section-heading.html b/layouts/partials/section-heading.html index 1e4755f4..593877cc 100644 --- a/layouts/partials/section-heading.html +++ b/layouts/partials/section-heading.html @@ -1,4 +1,4 @@ -
+

{{ .Title }}

-

{{ .Description }}

+
{{ .Content }}