sutty-jekyll-theme 0.2.1 → 0.2.4

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: c1f49e995c168745bd29780aad29624a2141795ac628cc7d5e0342b74857f99b
4
- data.tar.gz: 1299f50067c301e64a4d8a850a52947222cd2caa5866605bce0c022b43dd4b34
3
+ metadata.gz: 43a23972384635253928ec5df6cc758e5f1a152703f2cccf9c473d9f3ec6a8f6
4
+ data.tar.gz: 8a240440d2a1b9f1b668fe4eaf78f2dbff53d0d6b27109922b6f8f84a109b21c
5
5
  SHA512:
6
- metadata.gz: 784acaacb5907fbf6fb468e47415517a844dc8872c6271ee37a7eeb2ae006000ccba0d381dce4de50458c34a887eedab10ec4eb8e6c6e87a9af889c4ddb3ef12
7
- data.tar.gz: c79ac2bbca35a6888927894fd397db8dfcc3b011f345c04c4b8917bfe398fdb60cab139e9790f93d7f802293f4105e577a79b2e83743e25f2d1cf8f489055d6e
6
+ metadata.gz: 9ce50bc44a8377494a500203767ba7a4d91f0c2699e9f9fb5a4ddfe2cc7e3edfd68c4278b906008ba928ea90e4e43ec6ba1a63bf37de18cf44e9f7ab5ada7f64
7
+ data.tar.gz: abfd4af50fadbdd55a53580db1b35acba02c1ff696d4f50761bd70808d2aae07361ba0a3c60f215d0b0200efb658a8b3bab16c5293f4a63a148a683e7fb5b027
data/_data/en.yml CHANGED
@@ -55,4 +55,5 @@ layouts:
55
55
  license: "Licence"
56
56
  page: "Page"
57
57
  post: "Post"
58
+ privacy_policy: "Privacy policy"
58
59
  theme: "Customize"
data/_data/es.yml CHANGED
@@ -55,4 +55,5 @@ layouts:
55
55
  license: "Licencia"
56
56
  page: "Página"
57
57
  post: "Artículo"
58
+ privacy_policy: "Política de privacidad"
58
59
  theme: "Personalizar"
@@ -1,6 +1,6 @@
1
1
  {% assign about = site.posts | find: "layout", "about" %}
2
2
 
3
- <nav class="navbar navbar-expand-lg navbar-light bg-light d-print-block" role="navigation" aria-label="{{ site.i18n.menu.title }}">
3
+ <nav class="navbar navbar-expand-lg d-print-block" role="navigation" aria-label="{{ site.i18n.menu.title }}">
4
4
  <a class="navbar-brand" href="?#">
5
5
  {% if about.logo.path %}
6
6
  <img src="{{ about.logo.path | thumbnail: nil, 30 | uri_escape }}" height="30" alt="{{ about.logo.description | default: about.title }}" />
data/_layouts/page.html CHANGED
@@ -2,7 +2,7 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- {% assign licence = site.posts | find: "layout", "license" %}
5
+ {% assign license = site.posts | find: "layout", "license" %}
6
6
  {% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
7
7
 
8
8
  <article class="h-entry" itemscope itemtype="http://schema.org/Article">
data/_layouts/post.html CHANGED
@@ -2,7 +2,7 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- {% assign licence = site.posts | find: "layout", "license" %}
5
+ {% assign license = site.posts | find: "layout", "license" %}
6
6
  {% assign date_format = site.i18n.date.format | default: "%b %-d, %Y" %}
7
7
 
8
8
  <article class="h-entry" itemscope itemtype="http://schema.org/Article">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-22 00:00:00.000000000 Z
11
+ date: 2023-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll