jekyll-theme-jsblog 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer_content.html +1 -1
- data/_sass/jsblog/_layout.scss +3 -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: 07c3335e284f3e167bc9c3cd574b1976bde762a36fd08e209d6bb50bc6afbbef
|
4
|
+
data.tar.gz: b46b581e0164e067df91244fc14f9a4143efa961ff24790056d8c0590afb96f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1837a1bb157308ef684cfc41c489d8a6795039837cc4fbc411f011c8183ad570cc9882d2b7620c96a1614e961f225c1b66b6d7c8119842c22197a680fdc6ec10
|
7
|
+
data.tar.gz: 47567cc65605d32a338a542a412c287108e48d42b3fffbfc0e69b134c64aa35a44e4e48a2ef09b23547d2a02aee2865b99a3b3f46c7b469c7996f28aa485cf03
|
@@ -11,7 +11,7 @@
|
|
11
11
|
{% else %}
|
12
12
|
{% assign url = footer_link.url | relative_url %}
|
13
13
|
{% endif %}
|
14
|
-
<a class="social-icon" href="{{ url }}"><i class="{{ footer_link.icon | default: 'fas fa-link' }}
|
14
|
+
<a class="social-icon" href="{{ url }}"><i class="{{ footer_link.icon | default: 'fas fa-link' }}" title="{{ footer_link.title }}"></i></a>
|
15
15
|
{% endfor %}
|
16
16
|
</div>
|
17
17
|
{% endif %}
|
data/_sass/jsblog/_layout.scss
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
position: absolute;
|
79
79
|
bottom: 0;
|
80
80
|
width: 100%;
|
81
|
-
height:
|
81
|
+
height: 40px;
|
82
82
|
line-height: 20px;
|
83
83
|
padding: 20px 0;
|
84
84
|
font-size: $site-footer-font-size;
|
@@ -94,8 +94,9 @@
|
|
94
94
|
}
|
95
95
|
|
96
96
|
.social-icon {
|
97
|
+
font-size: $base-font-size;
|
97
98
|
display: inline-block;
|
98
|
-
padding: 0 0.
|
99
|
+
padding: 0 0.6em;
|
99
100
|
|
100
101
|
&,
|
101
102
|
&:visited {
|