fix image include
This commit is contained in:
parent
98ab475ef5
commit
a5484dd46b
@ -21,6 +21,6 @@
|
||||
{% 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 %}
|
||||
</figure>
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user