From 95fab362370b163da3ca7bac0577ab6b0d875424 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Mon, 6 Nov 2017 20:32:37 -0500 Subject: [PATCH] Only include elements that are specified --- _includes/modals.html | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/_includes/modals.html b/_includes/modals.html index 65db251..e5affed 100644 --- a/_includes/modals.html +++ b/_includes/modals.html @@ -15,20 +15,28 @@

{{ post.title }}


{{ post.alt }} -

{{ post.description }}

+ {% if post.description %} +

{{ post.description }}

+ {% endif %}