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

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03fcc9bd3058122091db95cb18be4574011f4c2388ba79ce36b1320ca6e5d9d1
4
- data.tar.gz: 4cc147161dc229a42325e1ce7314c6ae7eeb4086ea6d925c82ff9c79bdb9c7ed
3
+ metadata.gz: 1c7cafba1ac1a05ec576ae838137933c6b685a10af79ac211463b57d2775f28b
4
+ data.tar.gz: 8449e08600287e81657ab22336c14c8d450ae4456e58edb87a0706754e68c230
5
5
  SHA512:
6
- metadata.gz: 4518b4d43fee15ce672ba49d2c0d8c7c43ce5d028afb119579fc22555ff75b62cce0a52a9d987e5c27bae4bb3a2a319dd29a5603601b557d13cabeb33e774878
7
- data.tar.gz: e89516d7fc8f76a9ac07b13ce698d4fc327c47e81edac6f622cc5ae274635a0187f421e9e15ee1ea28c125e6906da2417197bdcbf07a5352993b0c52e5295b40
6
+ metadata.gz: 8d880119e950c45903b89c217c230d7a7ee8893615659ea58bfd75ddc28c084a39c1fb16f287d7ffe14125c632348c134a4888729272e8435138237c4beeb798
7
+ data.tar.gz: ed172a69522a3407f6cfe3e2bfd01a720f6572ddd04eb2c1cfca33550f0c988e4d46993861d6bf14866ae75b7b64a60dff04e1bbf9eb2a511dce876a41108d74
@@ -8,7 +8,7 @@ social:
8
8
  link: "https://www.facebook.com/groups/centosproject/"
9
9
  - name: Twitter
10
10
  icon: "fab fa-twitter"
11
- link: "https://twitter.com/centosproject"
11
+ link: "https://twitter.com/centos"
12
12
  - name: Youtube
13
13
  icon: "fab fa-youtube"
14
14
  link: "https://youtube.com/TheCentOSProject"
@@ -18,12 +18,15 @@ social:
18
18
  - name: Reddit
19
19
  icon: "fab fa-reddit"
20
20
  link: "https://www.reddit.com/r/CentOS/"
21
+ - name: Mastodon
22
+ icon: "fa-brands fa-mastodon"
23
+ link: "https://fosstodon.org/@centos"
21
24
  copyright:
22
25
  author: "The CentOS Project"
23
26
  legals:
24
27
  - text: "Legal"
25
28
  link: "/legal"
26
29
  - text: "Privacy"
27
- link: "/privacy"
30
+ link: "/legal/privacy"
28
31
  - text: "Site source"
29
32
  link: "https://git.centos.org/centos/centos.org"
@@ -19,8 +19,8 @@
19
19
  <p class="mb-3 pb-3 border-bottom border-secondary border-5">{{ site.description }}</p>
20
20
  <ul class="nav list-unstyled d-flex">
21
21
  {% for item in site.data.centos.footer.social -%}
22
- <li class="nav-item me-4 fs-4">
23
- <a class="link-light" href="{{ item.link }}" role="button" aria-label="{{ item.name }}"><i class="{{ item.icon }}"></i></a>
22
+ <li class="nav-item">
23
+ <a class="btn btn-primary btn-lg fs-4" href="{{ item.link }}" role="button" aria-label="{{ item.name }}" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-title="{{ item.name }}"><i class="{{ item.icon }}"></i></a>
24
24
  </li>
25
25
  {% endfor %}
26
26
  </ul>
metadata CHANGED
@@ -1,7 +1,7 @@
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.84
4
+ version: 2.3.0.beta.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release