sutty-jekyll-theme 0.5.3 → 0.5.5

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: 7685e44024b7608654ee3f0f84dc9f0b3339eedb59732893d5935b31b608ddf3
4
- data.tar.gz: '00984834c85601e1f1bd089c0c6c5d8064a65d469baf6fc2e90037d99ff40891'
3
+ metadata.gz: daff9deae7d00c30c796c9e60475bdc7d4e070a61d7c4c2bdeb12cb868689da8
4
+ data.tar.gz: c2bfad8857619bfaa9877b52e79665fc106806aaf7cd3eeae5c84da2aaa2b2dd
5
5
  SHA512:
6
- metadata.gz: '0792a283ab8e2266cae6125e725285b0d63a3acccbc64933476ba6826b96bb2e7b48d428ee6d234d76d4dc141ad48b4aa4e383dbd9cfd778e97c05d75048a0bf'
7
- data.tar.gz: d58cd422ee1a8d6cc4732e2ea0b0b49dc3b17f4bf5153489b72bbc6e8384984a46145d165b237a1cd898d31cdc4f5cb8f0413a37a3df168ec19f5c9cbe0bacad
6
+ metadata.gz: 29f5969a1fe802be1a9e2cd634d862ff890f5d8f8ac1b993aeb9cbea691a7d39542dfce1606ab732947dbcc81b7a30bb36a282db302c70ff7224fee1bf01c005
7
+ data.tar.gz: 86057e73b61a03cf4d535cd681b31637c832b6803e86a33c841dea871bdc8f1c41ead491bdfde68eb1a6b62ccf1e2a248c79114b72406ebfefcdaca79d53a885
checksums.yaml.gz.sig CHANGED
Binary file
data/_data/en.yml CHANGED
@@ -49,6 +49,9 @@ date:
49
49
  time:
50
50
  am: "am"
51
51
  pm: "pm"
52
+ format: "%H:%M"
53
+ date_time:
54
+ format: '%d %b %Y %H:%M'
52
55
  layouts:
53
56
  about: "About"
54
57
  code_of_conduct: "Code of conduct"
data/_data/es.yml CHANGED
@@ -49,6 +49,9 @@ date:
49
49
  time:
50
50
  am: "am"
51
51
  pm: "pm"
52
+ format: "%H:%M"
53
+ date_time:
54
+ format: '%d %b %Y %H:%M'
52
55
  layouts:
53
56
  about: "Acerca"
54
57
  code_of_conduct: "Código de conducta"
@@ -17,21 +17,23 @@
17
17
  <div class="flex-column px-2 flex-grow-1">
18
18
  {% if include.previous.actor == include.activity.actor %}
19
19
  <div class="d-flex">
20
- <p class="transparent hover-transparent">
20
+ <p class="mb-0 transparent hover-transparent">
21
21
  {% include_cached activity_pub/actor.html actor=include.activity.actor %}
22
22
  </p>
23
23
  </div>
24
24
  <div class="d-flex">
25
- <p class="transparent hover-transparent">
25
+ <p class="mb-0 transparent hover-transparent">
26
26
  {% include_cached activity_pub/actor_mention.html actor=include.activity.actor without_link=true %}
27
27
  </p>
28
28
  </div>
29
29
  {% else %}
30
30
  <div class="d-flex">
31
- <p class="">{% include_cached activity_pub/actor.html actor=include.activity.actor %}</p>
31
+ <p class="mb-0">{% include_cached activity_pub/actor.html actor=include.activity.actor %}</p>
32
32
  </div>
33
33
  <div class="d-flex">
34
- {% include_cached activity_pub/actor_mention.html actor=include.activity.actor %}
34
+ <p class="mb-0">
35
+ {% include_cached activity_pub/actor_mention.html actor=include.activity.actor %}
36
+ </p>
35
37
  </div>
36
38
  {% endif %}
37
39
  </div>
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sutty-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
@@ -36,7 +36,7 @@ cert_chain:
36
36
  cpurTQHNJfL/ah+9dYbgDXdG5HAAjRMAsWSvERw95YdN9XzQZCdUk5wUs+A6cNtO
37
37
  AZZUMTVYNx8JqUeemxlXBRjsD/s=
38
38
  -----END CERTIFICATE-----
39
- date: 2025-01-28 00:00:00.000000000 Z
39
+ date: 2025-01-30 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll
metadata.gz.sig CHANGED
Binary file