aemi 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +2 -0
- 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: 883eaf32e534308f55fd205661a9b2c9ad880227f2f3292f482089c3403c6d24
|
4
|
+
data.tar.gz: 69c4e3fed97bf6449e08da06adce93768380c82cbe08e2614beebff2da0a3ae8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc96a8d87f7a3345c9421ac77974d74db2fe923400040a44ceab4219454efc229638dd4bdb57b55a53724643aa8496fef25a1ffb70d406f0c8007eb2e99e3ed8
|
7
|
+
data.tar.gz: 33b0ab80a3a459cc6f64bf7da08fc4381ae22ba642cc631b73d004bc8d8173d3feafeffdefdbb550742068934bc5d937aadd25b2d1cea733f99e18b8f2d51b92
|
data/_includes/head.html
CHANGED
@@ -3,5 +3,7 @@
|
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
4
4
|
{%- seo -%}
|
5
5
|
<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
|
6
|
+
<link rel="shortcut icon" type="image/svg+xml" href="{{ '/assets/images/logo/favicon.svg' | relative_url }}">
|
7
|
+
<link rel="shortcut icon" type="image/png" href="{{ '/assets/images/logo/favicon.png' | relative_url }}">
|
6
8
|
{%- feed_meta -%}
|
7
9
|
</head>
|