From b21b31d625744f06b9e3473c8c0fe26dc1f14bbb Mon Sep 17 00:00:00 2001 From: Ryan James Date: Mon, 9 Dec 2024 21:47:04 +1300 Subject: [PATCH] Move banner image above the title (#44) --- _layouts/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index bcf481c..a45918c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,6 +7,9 @@
+ {%- if page.image -%} + + {%- endif -%}

{{ page.title | escape }}

{{ page.title | escape }}

- {%- if page.image -%} - - {%- endif -%} {{ content }}