From 274d2328c3814d487d215e51f64fac5504426415 Mon Sep 17 00:00:00 2001 From: Garry Ing Date: Sun, 30 May 2021 15:10:39 -0400 Subject: [PATCH] long-form and sub conditionals --- _layouts/note.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_layouts/note.html b/_layouts/note.html index a02600e..3e3f15c 100644 --- a/_layouts/note.html +++ b/_layouts/note.html @@ -23,10 +23,13 @@ layout: default

{{ page.title }}

+ {% if page.subtitle %} +

{{ page.subtitle }}

+ {% endif %}
-
+
{{ content }}