sutty-jekyll-theme 0.5.7 → 0.5.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/_layouts/default.html +6 -2
- data.tar.gz.sig +0 -0
- metadata +7 -7
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a850f089c66602b4d33800a99893e892abbd4679c963b2faf762495a3e7a6d7b
|
|
4
|
+
data.tar.gz: 9c16bb148481e4ab9e14492a28d80fd0376152ea2f471906e5689d0be8d605e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27520e08d1db5779aa97f56a18bbcbf5cf618f063eb14255b49f7ddc5654c39734008169e0c35befb1afe8bc063901f2468342cf75ce1a421931ca92c9815b2a
|
|
7
|
+
data.tar.gz: 5b4dc0b33c0cdfca99239b90e7f945d555a7a12a1244cfdc02243f2185e4339891f37fdb9fb284be5eddee64bd1f60a7fba052f27db48a6e56c9b0dee32973f6
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/_layouts/default.html
CHANGED
|
@@ -22,7 +22,11 @@
|
|
|
22
22
|
{% feed_meta %}
|
|
23
23
|
|
|
24
24
|
{% if page.activity %}
|
|
25
|
-
<link href="{{ page.activity.
|
|
25
|
+
<link href="{{ page.activity.id | component_escape }}" rel="alternate" type="application/activity+json">
|
|
26
|
+
<link
|
|
27
|
+
href="{{ page.activity.id | component_escape }}"
|
|
28
|
+
rel="alternate"
|
|
29
|
+
type='application/ld+json; profile="https://www.w3.org/ns/activitystreams"' />
|
|
26
30
|
{% endif %}
|
|
27
31
|
|
|
28
32
|
{%- if site.activity_pub_profile -%}
|
|
@@ -30,7 +34,7 @@
|
|
|
30
34
|
{%- endif -%}
|
|
31
35
|
|
|
32
36
|
{%- if site.actor -%}
|
|
33
|
-
<link rel="me" href="{{ site.actor.
|
|
37
|
+
<link rel="me" href="{{ site.actor.id | component_escape }}">
|
|
34
38
|
{%- endif -%}
|
|
35
39
|
</head>
|
|
36
40
|
<body class="min-vh-100 d-flex flex-column">
|
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.
|
|
4
|
+
version: 0.5.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- f
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
AloSNM24NWhA2fme6cgZOLKXvAKgf6pQsNtAnU1Pliou5GvJ62d8l+pdKGxJ4yTn
|
|
37
37
|
fVGcO+Lu49Bx33evJ2ixPmQ2OXc=
|
|
38
38
|
-----END CERTIFICATE-----
|
|
39
|
-
date: 2026-
|
|
39
|
+
date: 2026-08-19 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: jekyll
|
|
@@ -412,14 +412,14 @@ files:
|
|
|
412
412
|
- assets/js/env.js
|
|
413
413
|
- assets/js/pack.FXJZFZ4Z.js
|
|
414
414
|
- assets/js/pack.FXJZFZ4Z.js.map
|
|
415
|
-
homepage: https://
|
|
415
|
+
homepage: https://git.sutty.abyaya.la/jekyll/sutty-jekyll-theme
|
|
416
416
|
licenses:
|
|
417
417
|
- Nonstandard
|
|
418
418
|
metadata:
|
|
419
|
-
bug_tracker_uri: https://
|
|
420
|
-
homepage_uri: https://
|
|
421
|
-
source_code_uri: https://
|
|
422
|
-
changelog_uri: https://
|
|
419
|
+
bug_tracker_uri: https://git.sutty.abyaya.la/jekyll/sutty-jekyll-theme/issues
|
|
420
|
+
homepage_uri: https://git.sutty.abyaya.la/jekyll/sutty-jekyll-theme
|
|
421
|
+
source_code_uri: https://git.sutty.abyaya.la/jekyll/sutty-jekyll-theme
|
|
422
|
+
changelog_uri: https://git.sutty.abyaya.la/jekyll/sutty-jekyll-theme/-/blob/master/CHANGELOG.md
|
|
423
423
|
documentation_uri: https://rubydoc.info/gems/sutty-jekyll-theme
|
|
424
424
|
post_install_message:
|
|
425
425
|
rdoc_options:
|
metadata.gz.sig
CHANGED
|
Binary file
|