sutty-minima 2.6.2 → 2.6.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: ab476faab4d74525f1a21cc0ffab805dde8898e03e0918b1c8d5145e4f0e33be
4
- data.tar.gz: 34ab87dee3122e4993376e883bc55fde254f9e516a6e39f7f3821997f7c857ea
3
+ metadata.gz: 075a43219ab7b52ed0677e7d6d661226b11502a8a5115f0236f8f1358fa5a418
4
+ data.tar.gz: a39e8d1d40f0942dbaa51a0bcd808095cca1183b921e69087ebb4e493cc0597b
5
5
  SHA512:
6
- metadata.gz: fb290c25f9568b704914f33d70a996f039e129cffcbc0fe33335efa5eebaee7bdcf9a8078bbb57283c41fa69cefa731c3328fb15b4447f88324205f7e1e2a0ae
7
- data.tar.gz: e088788a242a32b50cdacd430ee20008f04ead079637b32adc68a8d4a0ab41f7ba3e8a4809452bc33e0945f3de2043972afcfdaef27b11ba845e432936e280e9
6
+ metadata.gz: 05e6cf2f0ffc44ce42d38a7010f5d2fc84669a9e9212d03d42f292e276f95908fd435ac75a10b191a6e5307cfc3a2e80183e37047a75ba3661bc914e65e58509
7
+ data.tar.gz: ef927c8bb0571c5f8484f1a73446cf86e9bec0df4cf943b6e357b6d652ebf8f13c467abaf3af56ed8a9d85e3ed97552ea90c3c264e1531f0753b730596fc2458
data/_data/en.yml CHANGED
@@ -60,3 +60,4 @@ layouts:
60
60
  page: "Page"
61
61
  post: "Post"
62
62
  privacy_policy: "Privacy policy"
63
+ theme: "Customize"
data/_data/es.yml CHANGED
@@ -60,3 +60,4 @@ layouts:
60
60
  page: "Página"
61
61
  post: "Artículo"
62
62
  privacy_policy: "Política de privacidad"
63
+ theme: "Personalizar"
@@ -13,14 +13,14 @@ layout: default
13
13
  {%- endif -%}
14
14
 
15
15
  <p>
16
- {{ site.i18n.published_at }}
16
+ {{ site.i18n.date.published_at }}
17
17
 
18
18
  <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
19
19
  {{ page.date | date_local: date_format }}
20
20
  </time>
21
21
 
22
22
  {% if page.last_modified_at %}
23
- {{ site.i18n.last_modified_at }}
23
+ {{ site.i18n.date.last_modified_at }}
24
24
 
25
25
  <time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
26
26
  {{ page.last_modified_at | date_local: date_format }}
@@ -13,14 +13,14 @@ layout: default
13
13
  {%- endif -%}
14
14
 
15
15
  <p>
16
- {{ site.i18n.published_at }}
16
+ {{ site.i18n.date.published_at }}
17
17
 
18
18
  <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
19
19
  {{ page.date | date_local: date_format }}
20
20
  </time>
21
21
 
22
22
  {% if page.last_modified_at %}
23
- {{ site.i18n.last_modified_at }}
23
+ {{ site.i18n.date.last_modified_at }}
24
24
 
25
25
  <time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
26
26
  {{ page.last_modified_at | date_local: date_format }}
@@ -13,13 +13,13 @@ layout: default
13
13
  {%- endif -%}
14
14
 
15
15
  <p>
16
- {{ site.i18n.published_at }}
16
+ {{ site.i18n.date.published_at }}
17
17
 
18
18
  <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
19
19
  {{ page.date | date_local: date_format }}
20
20
  </time>
21
21
 
22
- {% if page.last_modified_at %}
22
+ {% if page.date.last_modified_at %}
23
23
  {{ site.i18n.last_modified_at }}
24
24
 
25
25
  <time class="dt-published" datetime="{{ page.last_modified_at | date_to_xmlschema }}" itemprop="datePublished">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-minima
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.2
4
+ version: 2.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-03-25 00:00:00.000000000 Z
12
+ date: 2023-03-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll