benjeto-jekyll-theme 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f88054a767861aba9d5d1f044582cdb3e96838105b634161620d586fe7d1948
4
- data.tar.gz: 2f4075c7cd9583ffd622d613887288ebb62b990dcecc00b1ba59a9e3a3b331d2
3
+ metadata.gz: 0cbd89f4b4bc3422da534c723a23cf3970a9dcdc508a4a9014c4369cf63a8c31
4
+ data.tar.gz: aa0aebea8b0e13dbb73a91140b59d990d81edd353950247df17102d1d513a8ec
5
5
  SHA512:
6
- metadata.gz: 727a82adef2381bd930c3d4435f9d6aeeaa8c241916e42f4c3292e54353f078ccaefaef6c587bf625bb840487acfd4af7b1752379623e9be5d06641224bea7a3
7
- data.tar.gz: 951741409c4145dd3ef86f8730dd39fc5e79b03cf1d8432119bf9d65af3fc7fa4118cec08cf6a2ec2c2b8f657f56f3c66f687700fe2e73b650ce059acb19428b
6
+ metadata.gz: 120f5a137d43d4f936f311f0da970ebdcb6cba46e6d79312e375a308fe79e6492baf60f7b8e13a2cf4338e0202e3d6c2049a1dc46a10a86fba0364a765826a3d
7
+ data.tar.gz: e0f7318bd819809d1cb5b96ec816eee68e8e23ea39505356bbfd87b8cda25cdc5ccd0087c79d2b1a8b7e8092ecb2c0ac4d877cebfa5ac2ae9960bc07c6233051
@@ -1,5 +1,7 @@
1
1
  <div class="app-box">
2
+ {%- if include.icon %}
2
3
  <img src="{{ include.icon | relative_url }}" class="app-icon" aria-hidden="true" alt="">
4
+ {%- endif %}
3
5
  <div class="app-info">
4
6
  <b>{{ include.title }}</b>
5
7
  {{ include.description }}
data/_includes/head.html CHANGED
@@ -6,7 +6,7 @@
6
6
  {%- capture title -%}{{ page.title }} - {{ site.title }}{% endcapture %}
7
7
  {%- elsif page.layout == "post" and page.title == "" -%}
8
8
  {%- capture title -%}{{ page.excerpt | strip_html }} - {{ site.title }}{% endcapture %}
9
- {%- elsif page.layout == "home" and page.custom_home == true and page.title -%}
9
+ {%- elsif page.layout == "home" and page.custom_home == true and page.title != "" -%}
10
10
  {%- capture title -%}{{ site.title }} | {{ page.title }}{% endcapture %}
11
11
  {%- elsif page.layout == "home" and page.pagination.category -%}
12
12
  {%- capture title -%}{{ site.title }} | {{ page.title | default: texts.categories[page.pagination.category] }}{% endcapture %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benjeto-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cizzuk