linaro-jekyll-theme 0.10.145 → 0.10.146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/image.html +6 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7309dcee66b76da4e661797a0432dd4ee918b696
4
- data.tar.gz: d3ae8468534acbf864363b0a901c6215b8fea686
3
+ metadata.gz: 0d553fa5f09fc4f73129e8014c90ecc9e19c67e7
4
+ data.tar.gz: 2d2d3c0cfe4c5df055a86bfa456e7038b8fafd73
5
5
  SHA512:
6
- metadata.gz: d005f50059d3515537092d53247f5f46cb4c4d54b8914b40c3f9a289c1d96cd08d00843763c941e73bce2a91771f65abbf15f1a4a91fcabf43ef671ed21025c4
7
- data.tar.gz: bfeb973d821d50c25e069e1504e23be8982322f32746e6a55947674cb9abbb02a027f3f19febc5aece1a61601ce2607c96833a6226e1bf6e9b766e7406563aaf
6
+ metadata.gz: 8f1959310dd056d02ecf3f06645be4df996ae48da4863d94470b860d69f3d9620e87254858ecbc171d8be1dd7288c752ee37bd244966df5e11073fcd4ef2a8fd
7
+ data.tar.gz: 9aeadb8bfef99a7ed9fc22e21db1e277beb23a0db0f53f674dbb0a0bc1df540f549c566c25f07e03631e6c2cce3c4a2c75e9b0bfe74b398450d21b23781b3030
data/_includes/image.html CHANGED
@@ -1 +1,6 @@
1
- [![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload {% if include.class %}{{include.class}}{% endif %}" data-src="{% asset_path '{{include.name}}' %}"}]({% if include.url %}{{include.url}}{% else %}{% asset_path "{{include.name}}" %}{% endif %}){:{% if include.url %} {% else %}{% if include.lightbox_disabled %}{% else %}data-lightbox="{{include.name}}" data-title="{{include.alt}}"{% endif %}{% endif %}}
1
+ {% if include.lightbox_disabled %}
2
+ ![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload {% if include.class %}{{include.class}}{% endif %}" data-src="{% asset_path '{{include.name}}' %}"}
3
+ {% else %}
4
+ [![{{include.alt}}](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==){:class="img-responsive lazyload {% if include.class %}{{include.class}}{% endif %}" data-src="{% asset_path '{{include.name}}' %}"}]({% if include.url %}{{include.url}}{% elsif include.lightbox_disabled %}{% else %}{% asset_path "{{include.name}}" %}{% endif %}){% if include.lightbox_disabled %}{% else %}{:{% if include.url %}{% else %}data-lightbox="{{include.name}}" data-title="{{include.alt}}"{% endif %}}{% endif %}
5
+ {% endif %}
6
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.145
4
+ version: 0.10.146
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby