krad 3.1.7 → 3.1.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
  SHA1:
3
- metadata.gz: a2f44e9356d231f38f7c0dd5100a92606df02377
4
- data.tar.gz: a3a9f0bf92f2022f63c6f39a3aaa0afb903b34c9
3
+ metadata.gz: cbed21237892f719bf351fd38ccd8d108ab84c68
4
+ data.tar.gz: d20bc04badbf0e5b4d7b9b5e0f2a9d6ef6ffe1d1
5
5
  SHA512:
6
- metadata.gz: e9b068dbfc122aad1af5202333ce5f106040cfa5753804625a894911692de8a4627f6c78d20699cc9c4430ebf4ce6541b8513d13bae8047c05f8ca27ebfe4536
7
- data.tar.gz: 76268f791848bb85980bab9ddba92e08f4d44cc33c91b783e2892b5ad241e9074a5011a0879efd5d9fac637fc66868e6a85fc093747efdef721cf1948fb5e281
6
+ metadata.gz: ddb818b4a4e2680e42044424fb9112414ee5f6387f529facbfced19f7cf2a5728ea597dd93b1f486d58a6cf21cf73c0f94fc86e08b763fcc63e801b003e8fffe
7
+ data.tar.gz: b7be27a5b317040f44c10c753a140878b2fe2a1c7751b28ea45943a17043cbca1496e8c6389310cb5fd725151038445d174491d4b2c32a08106d6148694f35b2
data/_includes/head.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
6
  <!-- Open Graph -->
7
7
  <meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
8
- <meta property="og:url" content="{{ page.url | replace:'index.html','' | remove_first:'/' | absolute_url }}/" />
8
+ <meta property="og:url" content="{{ page.url | replace:'index.html','' | remove_first:'/' | absolute_url }}" />
9
9
  {% if page.featured_image %}
10
10
  <meta property="og:image" content="{{ page.featured_image }}" />
11
11
  {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krad
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.7
4
+ version: 3.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lê Thanh Tùng