jekyll-theme-centos 2.3.0.beta.86 → 2.3.0.beta.87

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: 1c7cafba1ac1a05ec576ae838137933c6b685a10af79ac211463b57d2775f28b
4
- data.tar.gz: 8449e08600287e81657ab22336c14c8d450ae4456e58edb87a0706754e68c230
3
+ metadata.gz: 91beee318422c1875a0db594c83c7584aaa183fcb6a26df655014be9441da922
4
+ data.tar.gz: 4e933db69a1fba041f9bacd44d7b3293ec9734843088e4b76c43b103faa6c0d6
5
5
  SHA512:
6
- metadata.gz: 8d880119e950c45903b89c217c230d7a7ee8893615659ea58bfd75ddc28c084a39c1fb16f287d7ffe14125c632348c134a4888729272e8435138237c4beeb798
7
- data.tar.gz: ed172a69522a3407f6cfe3e2bfd01a720f6572ddd04eb2c1cfca33550f0c988e4d46993861d6bf14866ae75b7b64a60dff04e1bbf9eb2a511dce876a41108d74
6
+ metadata.gz: 1b99e08f7392d7845ad817667b6401fc3a964a83e786f3a9b88e51d50668e08f28a7b8e010804b3124ecd4547bdf9bffcbdba05c1674b44d0f5bebff0b3b6f63
7
+ data.tar.gz: c723fe3d33bda947ac6764605c01616987fc41ee86271230373859b603dfc6497c17e38e0b60505eb3042e7c561be221b475646203eb9006bdfd3f051f3519bc
@@ -4,19 +4,19 @@
4
4
  #
5
5
  social:
6
6
  - name: Facebook
7
- icon: "fab fa-facebook-f"
7
+ icon: "fa-brands fa-facebook-f"
8
8
  link: "https://www.facebook.com/groups/centosproject/"
9
9
  - name: Twitter
10
- icon: "fab fa-twitter"
10
+ icon: "fa-brands fa-twitter"
11
11
  link: "https://twitter.com/centos"
12
12
  - name: Youtube
13
- icon: "fab fa-youtube"
13
+ icon: "fa-brands fa-youtube"
14
14
  link: "https://youtube.com/TheCentOSProject"
15
15
  - name: Linkedin
16
- icon: "fab fa-linkedin"
16
+ icon: "fa-brands fa-linkedin"
17
17
  link: "https://www.linkedin.com/groups/22405"
18
18
  - name: Reddit
19
- icon: "fab fa-reddit"
19
+ icon: "fa-brands fa-reddit"
20
20
  link: "https://www.reddit.com/r/CentOS/"
21
21
  - name: Mastodon
22
22
  icon: "fa-brands fa-mastodon"
data/_includes/head.html CHANGED
@@ -1,7 +1,7 @@
1
1
  <head>
2
2
  <meta charset="utf-8" />
3
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
4
- <title>{{ include.title }}</title>
4
+ <title>{{ page.title }}</title>
5
5
  <link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon-16.png" sizes="16x16" />
6
6
  <link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon-32.png" sizes="32x32" />
7
7
  <link rel="icon" href="{{ site.baseurl }}/assets/icons/favicon.svg" sizes="any" />
@@ -1,7 +1,7 @@
1
1
  <header class="site-header sticky-top">
2
2
  <nav class="navbar navbar-expand-lg navbar-dark bg-dark p-3 shadow">
3
3
  <div class="container">
4
- <a class="navbar-brand" href="{{ site.baseurl }}"><img role="img" src="{{ site.baseurl }}/{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.data.centos.identity.title }}" /><span class="manifestation">{{ site.data.centos.identity.logo.manifestation }}</span></a>
4
+ <a class="navbar-brand" href="{{ site.baseurl }}"><img role="img" src="{{ site.baseurl }}/{{ site.data.centos.identity.logo.navbar }}" height="32" alt="{{ site.title }}" /><span class="manifestation">{{ site.manifestation }}</span></a>
5
5
  <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
6
6
  <span class="navbar-toggler-icon"></span>
7
7
  </button>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.beta.86
4
+ version: 2.3.0.beta.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll