featherweight 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/header.html +5 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c7a84501abb0700793c092d7c5d00d7d1c3c8fb1d2a1176d87d97e068abc13e
4
- data.tar.gz: 27589dd3e2807970dc7dffeb5507e8255d1bd1e9b730e77dc89f693f484e3aec
3
+ metadata.gz: fbf59279d93888e56b08f45e81cab77c8e92600445a7890e30f8e4d4f78f07ef
4
+ data.tar.gz: 86ced039fe94ae5b01b98978fbc5abe9999939717a0e3529309b525c1a936c62
5
5
  SHA512:
6
- metadata.gz: 7f33c3c20d452b0cc8c387ef6d94e481ae9e2e3b84e504babb6f70931d894352298325e523e77f1d32af3f4348eb6e3f91e5fab6fa2b41ebc181bf082d2db265
7
- data.tar.gz: 9e4aa2c11cb207346547af0c1b442d3121aae9fff9effe9938866b8bac3cad1bab35ee9c878587ae8fb50023745d2312d5795b29d3c7ae80235370bd39a26526
6
+ metadata.gz: 7b54deefe900af671a635e05365dba83409f8879e2da3353afa07c2de70bc0810d2d2dfe2f480bf95f356fd87990682362f4e7b9ce7ac0d836599325734567e4
7
+ data.tar.gz: 54724b1082071e52f8217a6eb9aa35e37f7adcead4111c7c9dedf071455b258868355f2c90f1301d43c64be7d5a89cae46a4a71a3977053f9218f974c9c15b6f
@@ -21,9 +21,9 @@
21
21
  {% endif %}
22
22
 
23
23
  {% if site.compression.icon %}
24
- <link rel="shortcut icon" type="image/png" href="/img/icon-192x192.png">
25
- <link rel="shortcut icon" sizes="192x192" href="/img/icon-192x192.png">
26
- <link rel="apple-touch-icon" href="/img/icon-192x192.png">
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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: featherweight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Smith