jekyll-theme-systemhalted 1.0.0 → 1.0.1
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
- data/CHANGELOG.md +3 -0
- data/_includes/head.html +5 -8
- data/lib/jekyll-theme-systemhalted/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d36a17b8897e6a4ff64ac1097f885b2c8165adabad026b8d5bbf0d55007cc77
|
|
4
|
+
data.tar.gz: 4a57bb1ff5b26126bfc4fd63f538718737ea5d78bb33b0bb732b25d56fee6b30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba648a96cba49a7b5eeeea5c9fafc2a991deb856e453f60a9c5b8668461062688718abdde301ffad8303d73e40bc5eb84347f462b2827614d56f7527b033eaee
|
|
7
|
+
data.tar.gz: 7af3415829438a639d950d169fe8a7ee6455ba66544946b5b6957e583d2ef1b66dde3d8963707989eb3dc65c6861963bf4e395ee4609bae6a19a5e9d13418a6c
|
data/CHANGELOG.md
CHANGED
|
@@ -8,3 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
## 1.0.0
|
|
10
10
|
- Update template to include archives, index and tags as layout.
|
|
11
|
+
|
|
12
|
+
## 1.0.1
|
|
13
|
+
- Fix duplicate `<meta charset>` and `<meta name="viewport">` tags in `_includes/head.html`; keep the zoom-friendly viewport (removed `maximum-scale=1`) for accessibility and upgrade the XFN profile link to HTTPS.
|
data/_includes/head.html
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
<head>
|
|
2
|
-
<link href="
|
|
3
|
-
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
2
|
+
<link href="https://gmpg.org/xfn/11" rel="profile">
|
|
4
3
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<!-- Basic meta elements -->
|
|
4
|
+
<!-- Basic meta elements -->
|
|
8
5
|
<meta charset="utf-8" />
|
|
9
|
-
|
|
10
|
-
<!-- Enable responsiveness on mobile devices -->
|
|
11
|
-
<meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no" />
|
|
6
|
+
|
|
7
|
+
<!-- Enable responsiveness on mobile devices (zoom left enabled for accessibility) -->
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
|
|
12
9
|
|
|
13
10
|
{% if page.url and site.baseurl %}
|
|
14
11
|
<link rel="canonical" href="{{ page.url | absolute_url }}">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-systemhalted
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Palak Mathur
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
160
|
version: '0'
|
|
161
161
|
requirements: []
|
|
162
|
-
rubygems_version: 3.
|
|
162
|
+
rubygems_version: 3.5.22
|
|
163
163
|
signing_key:
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: Systemhalted theme for Jekyll.
|