creek-jekyll-theme 1.7.1 → 1.7.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +2 -2
- data/_includes/seo.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a338aef1b12d27f26bdf0ccc334aa6ebeeced4daf1074c8ffecd87c84a84562
|
4
|
+
data.tar.gz: 942de0d235a2742ac014e1227b5c1d4e6a9ebbfe29cf04aa16922228b17045f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 809c58209543e9f263fbae5f699348640698bf86a8ac924f7e01ce5aea88b3fecbdda848d2220233a1f2e6280ff557446f94b33bc7679445e65ea74a5830a556
|
7
|
+
data.tar.gz: b328a16afe5e609e4570ef2b57a045d6b4a85465a4b6b4f336dbc05382e8654b7a844012309d19bd007d2e4541652c8e007fd7deefa4d610749e7ef2f32db2ca
|
data/_config.yml
CHANGED
@@ -263,10 +263,10 @@ whitelist:
|
|
263
263
|
# - <base_path>/my-awesome-category/index.html ~> path: /
|
264
264
|
category_archive:
|
265
265
|
type: liquid
|
266
|
-
path: /posts/categories
|
266
|
+
path: /posts/categories
|
267
267
|
tag_archive:
|
268
268
|
type: liquid
|
269
|
-
path: /posts/tags
|
269
|
+
path: /posts/tags
|
270
270
|
# https://github.com/jekyll/jekyll-archives
|
271
271
|
# jekyll-archives:
|
272
272
|
# enabled:
|
data/_includes/seo.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
{%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
|
24
24
|
{%- if seo_description -%}
|
25
|
-
{%- assign seo_description = seo_description | markdownify | strip_html | newline_to_br | strip_newlines | replace: '<br />', ' ' | escape_once | strip -%}
|
25
|
+
{%- assign seo_description = seo_description | markdownify | strip_html | newline_to_br | strip_newlines | replace: '<br />', ' ' | escape_once | strip | truncate: 160 -%}
|
26
26
|
{%- endif -%}
|
27
27
|
|
28
28
|
{%- assign author = page.author | default: page.authors[0] | default: site.author -%}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: creek-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Creek Service - Big Andy Coates
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|