linaro-jekyll-theme 0.10.148 → 0.10.149
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/image.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2804e0be0935af278ecf362176d5d5a32b98c542
|
4
|
+
data.tar.gz: 233b32f03107718e8df4a539af2ad1e9cc0e7eb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6b787f5437e183acd4c2a4f8f610c1a34c3dd605a64812b961b0968f19c4f2be6b2f81b60409d752d37072cd5b477b4af4c3df9b9b1c2173956ec44e2f91aa7
|
7
|
+
data.tar.gz: ba498188f9e2e5e3b1a237c448c7649498bf45a540ca4447fa83383f64955a4e2cafcb0619867ea3b1e4b4295d989a245c63dcd3e843e10dae26d2367e0fe6a2
|
data/_includes/image.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{% if include.lightbox_disabled %}
|
2
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
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 %}{
|
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
5
|
{% endif %}
|
6
6
|
|