jekyll-theme-low 1.2.1 → 1.2.2

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: 2bbb57f01870b89c9e820c89810267f54c7f34a6f293e514f08d1204ea56f844
4
- data.tar.gz: b188cba94fd64a6c2ca1ed9aa7df23775541398bad46da4b0d757676707743c8
3
+ metadata.gz: f930874916c2ea07e8f63a97ce44301be3c3f7f3f428f4728618a556cbada1f4
4
+ data.tar.gz: 57a69f021ce781bdbe9c1327efa0f20b0f0677aa91dc73c6021a5f9f706a6374
5
5
  SHA512:
6
- metadata.gz: 2ce15df80371f5ef6b1410c80bb3bf30d851f50843ee0c26817d2dcc076a219cc846710fc02220e327efd40e46dec5eaa8d13a0b3be6a99a667760a3e418a40a
7
- data.tar.gz: b377f1a2c1d8ae050dfae27237eedabad8f298b0d6a8f5424142711631ff770a693bc52d19a7a01708b552c3b5afea0ea7dc595067e9b21de99f73e346dd0a1d
6
+ metadata.gz: 07f75c562495ad909e78cc43384878964f66143eca8324ab5cf91310d6fc4aeecf4676b97e9c169f5d6bba5c04dc6876ac59350a6320e23cc77ea211756c4752
7
+ data.tar.gz: 54ad03c830a8d12a70f499384b08f757ff4071396aedb59b20a07b7c1a8d425d6ab215493ce26b808106a16a0a333444a591e1aa552b4a7efdab603f129c2918
data/_includes/head.html CHANGED
@@ -29,7 +29,7 @@
29
29
  "author": {
30
30
  "@type": "Person",
31
31
  "name": {{ site.author.name | default: site.author | jsonify }},
32
- "url": {{ site.url | jsonify }}
32
+ x "url": {{ site.url | jsonify }}
33
33
  },
34
34
  "description": {{ page.description | default: site.description | strip_html | jsonify }},
35
35
  "url": "{{ site.url }}{{ page.url }}"
data/lib/low/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Low
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
4
4
  end
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-low
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Levent Kaya