jekyll-theme-centos 2.3.0.beta.85 → 2.3.0.beta.86
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/_data/centos/footer.yml +4 -1
- data/_includes/footer.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c7cafba1ac1a05ec576ae838137933c6b685a10af79ac211463b57d2775f28b
|
|
4
|
+
data.tar.gz: 8449e08600287e81657ab22336c14c8d450ae4456e58edb87a0706754e68c230
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d880119e950c45903b89c217c230d7a7ee8893615659ea58bfd75ddc28c084a39c1fb16f287d7ffe14125c632348c134a4888729272e8435138237c4beeb798
|
|
7
|
+
data.tar.gz: ed172a69522a3407f6cfe3e2bfd01a720f6572ddd04eb2c1cfca33550f0c988e4d46993861d6bf14866ae75b7b64a60dff04e1bbf9eb2a511dce876a41108d74
|
data/_data/centos/footer.yml
CHANGED
|
@@ -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/
|
|
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:
|
data/_includes/footer.html
CHANGED
|
@@ -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
|
|
23
|
-
<a class="
|
|
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>
|