From a5484dd46b2b987e596ad536d2a227bd67bae429 Mon Sep 17 00:00:00 2001 From: rzen Date: Tue, 1 Sep 2020 09:59:48 -0400 Subject: [PATCH] fix image include --- _includes/image.html | 2 +- jekyll-theme-isabelline.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/image.html b/_includes/image.html index 7c0779e..70d7e68 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -21,6 +21,6 @@ {% endif %}
- + {% if caption != blank %}
{{ caption }}
{% endif %}
\ No newline at end of file diff --git a/jekyll-theme-isabelline.gemspec b/jekyll-theme-isabelline.gemspec index 82257d8..e022fa1 100644 --- a/jekyll-theme-isabelline.gemspec +++ b/jekyll-theme-isabelline.gemspec @@ -1,7 +1,7 @@ # frozen_string_literal: true Gem::Specification.new do |spec| - spec.version = "0.1.18" + spec.version = "0.1.20" spec.name = "jekyll-theme-isabelline" spec.authors = ["Rouslan Zenetl"]