simple-gh-pages-theme 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/navigation.html +6 -6
- 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: b44373a992017401fc4506c609fee23b0231a9de89aff5aed5d222d5e7fc0cba
|
4
|
+
data.tar.gz: 68ef089d1446713675933bc68e9ab52ca0604f442d9daba5c885f3960b79d5bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da5b2fa9992495f1fef392f35b6b5f1e600367b0c10f9c942b1228d13f33f0deb49009a9fb952d1154c27640192f1e473d4bceeb653c33a116ea1e19840fb8f7
|
7
|
+
data.tar.gz: 4013a523a0b55cfbd3307844abd4806eba63fef17927903494fee981c478a9363658f4e3c7bd840b0ec203b14766eaf056294f217dd5b1cc562fd6f6177f2560
|
data/_includes/navigation.html
CHANGED
@@ -7,12 +7,12 @@
|
|
7
7
|
{% endfor %}
|
8
8
|
<div class="social">
|
9
9
|
{% assign socials = site.about.socials %}
|
10
|
-
{% for
|
11
|
-
{%
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
10
|
+
{% for social in socials %}
|
11
|
+
{% assign social_type = social[0] %}
|
12
|
+
{% assign social_url = social[1] %}
|
13
|
+
<a target="_blank" href="{{social_url}}">
|
14
|
+
<i class="fa-brands fa-{{social_type}} text-muted" aria-hidden="true"></i>
|
15
|
+
</a>
|
16
16
|
{% endfor %}
|
17
17
|
<a href="mailto: {{site.about.email}}">
|
18
18
|
<i class="fa fa-envelope text-muted" aria-hidden="true"></i>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-gh-pages-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LiveNL
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll-archives
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
requirements: []
|
105
|
-
rubygems_version: 3.4.
|
105
|
+
rubygems_version: 3.4.12
|
106
106
|
signing_key:
|
107
107
|
specification_version: 4
|
108
108
|
summary: This gem provides a simple GitHub pages theme
|