jekyll-theme-simplex 0.9.8.7 → 0.9.8.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b5fa2da500d4ab76f0810433b658088bbaeb57c43b196920b70f60006258469
4
- data.tar.gz: '084d97281dc03c6d68678ef51d3835251b3adffd03173ac3df4c1c100c0ad4c2'
3
+ metadata.gz: f4a1f3dade79023174c6a14b0504e195d1f201cd54db1c2911936536295fcd69
4
+ data.tar.gz: a7bac0f687670ef1546581733fc9ad963958fa3bf1dc5f1fbbb0d403077b4003
5
5
  SHA512:
6
- metadata.gz: cfbb8fa2fa9e953e2347ead059fb5033ac0c824cbf5084e8932662cb523d0c7314e00e7933850df454a42d63079f8994dce1f6a4c776956a577a18e95a4f2b01
7
- data.tar.gz: 2ef3e7092faa94c86304afd7f67651463b93161b704f4ed368769cc9acd0d8f5a93c5dc0b0f83cc6d8429359a94037b092cff1c706b4c1ef8768a46586158b16
6
+ metadata.gz: fd253cfc04c0a027e3643170b506221b86df2e685b1464821931a42f88fb784042e58d364e6b25a03d2f5047225715507b38b502448e20db04ae5975b178360a
7
+ data.tar.gz: 88b984d8034720df9c30af5db3ece2e906a4c0cfcf3877ab7f85b08a9142d1ba85eaf65d2cf1ba06497559e1aef3c31c91d36efcf77c5d7dc5645d891461a42d
data/_includes/head.html CHANGED
@@ -23,7 +23,7 @@
23
23
  {% if page.og_description != nil %}
24
24
  <meta property="og:description" content="{{ page.og_description }}" />
25
25
  {% endif %}
26
- <meta property="og:url" content="{{ site.url }}{{ page.url }}" />
26
+ <meta property="og:url" content="{{ site.url }}/{{ page.url }}" />
27
27
  {% if page.og_type != nil %}
28
28
  <meta property="og:type" content="{{ page.og_type }}" />
29
29
  {% else %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-simplex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8.7
4
+ version: 0.9.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Golasowski