fix image include

This commit is contained in:
rzen 2020-09-01 09:59:48 -04:00
parent 98ab475ef5
commit a5484dd46b
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@
{% endif %} {% endif %}
<figure {{width}} class="figure {% if include.caption %}caption{% endif %} {% if frame %}frame{% endif %}"> <figure {{width}} class="figure {% if include.caption %}caption{% endif %} {% if frame %}frame{% endif %}">
<a target="_blank" href="{{ imagePath }}"><img {{ src }} {{ alt }} /></a> <a target="_blank" href="{{ imagePath }}"><img {{ src }} {{ alt }} style="width:100%" /></a>
{% if caption != blank %}<figcaption>{{ caption }}</figcaption>{% endif %} {% if caption != blank %}<figcaption>{{ caption }}</figcaption>{% endif %}
</figure> </figure>

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.version = "0.1.18" spec.version = "0.1.20"
spec.name = "jekyll-theme-isabelline" spec.name = "jekyll-theme-isabelline"
spec.authors = ["Rouslan Zenetl"] spec.authors = ["Rouslan Zenetl"]