jekyll-theme-centos 2.3.0.beta.85 → 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: 3064731621d05006b6ec7528e0ceba223070d66d69473a57cb1734b89b5724de
4
- data.tar.gz: 3671b1675975e6192ed3626d1b163cadda87cc0c62a1ca3614583db29c528907
3
+ metadata.gz: 1c7cafba1ac1a05ec576ae838137933c6b685a10af79ac211463b57d2775f28b
4
+ data.tar.gz: 8449e08600287e81657ab22336c14c8d450ae4456e58edb87a0706754e68c230
5
5
  SHA512:
6
- metadata.gz: b06d5d987fb39a205a8816f5476d291488d1631a51d73605701ed1c5542346047d75e38076bd0b252064cf7dd7a52588f93d89b574dfc7e64948d0d06398b215
7
- data.tar.gz: 66b9c1bb0d13c060281b52586d905a1a021ec5e74ee9444bb2696a925871f7cc0842eddda7de1260db083cf30d913bf4cc81dcea2802cf3b1109071f3adb7a35
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,6 +18,9 @@ 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:
@@ -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.85
4
+ version: 2.3.0.beta.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release