jekyll-theme-isabelline 0.1.14 → 0.1.16

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10a3fa5461c9017db9f0c1dbf585a4e07842f8994f6571f3f43290b8bb6cd150
4
- data.tar.gz: 36894a70641f6eb0ea41c33838b4b0a38cc294b325afca8cedc6b3259fdc02c0
3
+ metadata.gz: ad5be7c385dd5a08657c0f3bda85f25f85af530b055d242d27ed2758dbb2c88a
4
+ data.tar.gz: 5b7020b51e3f87b7b7e8fd61c0b0553ed15c399a13df22ab36577c4e5cc53a72
5
5
  SHA512:
6
- metadata.gz: 4a58ef64a4ca8d4f4e4aa12f5a4a4fc599a37cd23516d6b558c71af43b20dbc5782aa0f7815cfbe032239957f90e166d601eb326df3a5600bf113bb506c406da
7
- data.tar.gz: 6056591527d9dd0a1bbaa90057a3f42afaf81047954b9b10e8e58923f542ac5d9c1829fc519bfcffe0fec9977c2a7d110deef635301395ef013ccf00cca9549d
6
+ metadata.gz: 5845e5ef754b82548cd1c13380a3361123e0fc34308de3abdc5416e7483fcb1dd1f0cfa38a2105f06a3734b7f2cfb40679510bdd17a5253547e240d82eaa9784
7
+ data.tar.gz: cf415e32b1f8982d6d484cc54d405cc7a12f65fbb9792a824a4510eaddf4e0230d67cf636b2eaff55c0e2c45b843859debdfb207ccfde0300f90146bd17318b2
@@ -2,15 +2,11 @@
2
2
 
3
3
  {% capture src %}src="{{ imagePath }}"{% endcapture %}
4
4
 
5
- {% assign alt=include.alt | default: "" %}
6
- {% if alt != blank %}
7
- {% capture alt %}alt="{{ include.alt }}" title="{{ include.alt}}"{% endcapture %}
8
- {% endif %}
9
-
10
5
  {% assign caption=include.caption | default: "" %}
6
+ {% assign alt=include.alt | default: caption %}
11
7
 
12
- {% if alt == blank and caption != blank %}
13
- {% assign alt=caption %}
8
+ {% if alt != blank %}
9
+ {% capture alt %}alt="{{ alt }}" title="{{ alt }}"{% endcapture %}
14
10
  {% endif %}
15
11
 
16
12
  {% assign frame=include.frame | default: true %}
@@ -3,6 +3,7 @@
3
3
  {% include head.html %}
4
4
  <body>
5
5
  {% include header.html %}
6
+ {% include byline.html %}
6
7
  {{ content
7
8
  | replace: '<!--qed-->', ' <span class="qed">&#8718;</span>'
8
9
  | replace: '\=\>', '&#8658;'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-isabelline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rouslan Zenetl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-31 00:00:00.000000000 Z
11
+ date: 2020-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll