featherweight 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/header.html +5 -5
- 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: fbf59279d93888e56b08f45e81cab77c8e92600445a7890e30f8e4d4f78f07ef
|
4
|
+
data.tar.gz: 86ced039fe94ae5b01b98978fbc5abe9999939717a0e3529309b525c1a936c62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b54deefe900af671a635e05365dba83409f8879e2da3353afa07c2de70bc0810d2d2dfe2f480bf95f356fd87990682362f4e7b9ce7ac0d836599325734567e4
|
7
|
+
data.tar.gz: 54724b1082071e52f8217a6eb9aa35e37f7adcead4111c7c9dedf071455b258868355f2c90f1301d43c64be7d5a89cae46a4a71a3977053f9218f974c9c15b6f
|
data/_includes/header.html
CHANGED
@@ -21,9 +21,9 @@
|
|
21
21
|
{% endif %}
|
22
22
|
|
23
23
|
{% if site.compression.icon %}
|
24
|
-
<link rel="shortcut icon" type="image/png" href="
|
25
|
-
<link rel="shortcut icon" sizes="192x192" href="
|
26
|
-
<link rel="apple-touch-icon" href="
|
24
|
+
<link rel="shortcut icon" type="image/png" href="{{ site.compression.icon }}">
|
25
|
+
<link rel="shortcut icon" sizes="192x192" href="{{ site.compression.icon }}">
|
26
|
+
<link rel="apple-touch-icon" href="{{ site.compression.icon }}">
|
27
27
|
{% endif %}
|
28
28
|
|
29
29
|
<!-- include seo if enabled -->
|
@@ -33,7 +33,7 @@
|
|
33
33
|
|
34
34
|
<!-- include image styling if enabled and page is post -->
|
35
35
|
{% if site.compression.css and page.layout == "post" %}
|
36
|
-
<style>img{width:100%;height:auto}</style>
|
36
|
+
<style>img{max-width:100%;height:auto}</style>
|
37
37
|
{% endif %}
|
38
38
|
|
39
|
-
</head>
|
39
|
+
</head>
|