alembic-jekyll-theme 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/icon.html +1 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 397f1dde6dc0cf9effe26cb69f07dcdc41362bed
4
- data.tar.gz: d3c24e5b6f9a956c640a3b049956a1932c1c2de6
3
+ metadata.gz: 93bc928fae8107cfebcc91a336784c97a4c5df3b
4
+ data.tar.gz: a564998aa131a0602736d245dc6d134ad1c2573b
5
5
  SHA512:
6
- metadata.gz: 975ae5fbc02fdf669c122007722331dafcb9dc9e87acc0fa7ef793d1b309d63e49513ca084e6ffabf88f7010d41c797af4454dc7d7002d08be4a1ea816fd51f6
7
- data.tar.gz: acbbc798b6e78d5c29ad99ec91154bffb49c1c67f3f47133b87088e339a49a76d00ec764718f24fea7ce3055aa848eff2d215abb544dc5f4c220590f5e079f80
6
+ metadata.gz: 20a05c1573d579a81680450e7b9aa781a38745f5b04e14a190ec16ca6625dda960bc188bab98d86298c0c7f92d364cdba636f9a47ba4a888ae4a61cbdd3ac846
7
+ data.tar.gz: c8f53d356478bb900fcf76393275510c4ab1a8f560a073e59ea5f8c057951574c7babf9dd9f7ef280fb71d18d0a0d4a1b5b0fa47fb39503dfbce86b60bb35791
@@ -1,4 +1 @@
1
- <svg class="icon icon--{{ include.id }}" role="img"{% if include.title %} aria-label="{{ include.title }} icon"{% endif %}>
2
- {% if include.title %}<title>{{ include.title }}</title>{% endif %}
3
- <use xlink:href="#{{ include.id }}"{% if include.color %} fill="{{ include.color }}"{% endif %}></use>
4
- </svg>
1
+ <svg class="icon icon--{{ include.id }}" role="img"{% if include.title %} aria-label="{{ include.title }} icon"{% endif %}>{% if include.title %}<title>{{ include.title }}</title>{% endif %}<use xlink:href="#{{ include.id }}"{% if include.color %} fill="{{ include.color }}"{% endif %}></use></svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alembic-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Darnes