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 +4 -4
- data/_includes/appbox.html +2 -0
- data/_includes/head.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cbd89f4b4bc3422da534c723a23cf3970a9dcdc508a4a9014c4369cf63a8c31
|
4
|
+
data.tar.gz: aa0aebea8b0e13dbb73a91140b59d990d81edd353950247df17102d1d513a8ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 120f5a137d43d4f936f311f0da970ebdcb6cba46e6d79312e375a308fe79e6492baf60f7b8e13a2cf4338e0202e3d6c2049a1dc46a10a86fba0364a765826a3d
|
7
|
+
data.tar.gz: e0f7318bd819809d1cb5b96ec816eee68e8e23ea39505356bbfd87b8cda25cdc5ccd0087c79d2b1a8b7e8092ecb2c0ac4d877cebfa5ac2ae9960bc07c6233051
|
data/_includes/appbox.html
CHANGED
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 %}
|