jekyll-theme-ethereal 0.5.5 → 0.5.6
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 +3 -3
- 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: 358f2f7ac9250582f30b17d1448256aa45f48e5abb569ad4c28084655660eeaa
|
4
|
+
data.tar.gz: 0a662116192cbc1b16ac7a8b7aba8a38e95a2e8a629cbdb1b5db9086869121a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd02f892905842b0549b6d64ae1c69a0a367cdda6669635081569d61b757ba3f9b3b01d3014fc1ee431d0149181f89db6b7996b830988e1abce67ce6db3c2545
|
7
|
+
data.tar.gz: 88ea52f02991e1f7b8cb4adb83b5863b165b4be9bad7c9414ba68dd2b0f638e1bf4dd42b47061165484fd2bb13c2f39e2b027a7c88cb0f8791e5ff3b449313c1
|
data/_includes/head.html
CHANGED
@@ -9,9 +9,9 @@
|
|
9
9
|
<link rel="stylesheet" href="{{ 'assets/css/medium.css' | absolute_url }}" media="screen and (min-width: 737px) and (max-width:980px)" />
|
10
10
|
<link rel="stylesheet" href="{{ 'assets/css/small.css' | absolute_url }}" media="screen and (max-width:736px)" />
|
11
11
|
<link rel="stylesheet" href="{{ 'assets/css/short.css' | absolute_url }}" media="screen and (min-aspect-ratio:16/7)" />
|
12
|
-
<link rel="
|
13
|
-
<link rel="
|
14
|
-
<link rel="
|
12
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i&display=swap" as="style" type="text/css" media="all">
|
13
|
+
<link rel="stylesheet" href="{{ 'assets/css/fontawesome-all.min.css' | absolute_url }}" as="style" type="text/css" media="all">
|
14
|
+
<link rel="stylesheet" href="{{ 'assets/css/cookieconsent.min.css' | absolute_url }}" as="style" type="text/css" media="all">
|
15
15
|
{%- if include.stylesheets -%}
|
16
16
|
{%- for file in include.stylesheets -%}
|
17
17
|
<link rel="stylesheet" href="{{ file.url | absolute_url }}" />
|