diff --git a/_includes/image.html b/_includes/image.html index 2a4f8a6..25d019c 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -1,5 +1,5 @@
- {{ include.description }} + {% if include.description %}
{{ include.description }}
{% endif %} diff --git a/_includes/youtube.html b/_includes/youtube.html index b18c55c..c555bb2 100644 --- a/_includes/youtube.html +++ b/_includes/youtube.html @@ -1,5 +1,5 @@
- + {% if include.description %}
{{ include.description }}
{% endif %}