futuro 0.7.3 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/html/{analytics.liquid → head/analytics.liquid} +0 -0
- data/_includes/html/head/meta.liquid +3 -1
- data/_includes/html/head/scripts.liquid +3 -3
- data/_includes/html/page/layout/page.liquid +1 -1
- data/_layouts/feed.html +0 -1
- data/_layouts/single.html +0 -1
- data/_sass/_split.scss +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d3aef0a3b0b9d36a517f676d904e109f9d8c92753404e06e9bade871a16369c
|
|
4
|
+
data.tar.gz: 28e89b9c17b1c7877c014ca616770b004c6a59962c49822cc9ce0a89e7d18ea4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db0bf47ed67a7d1632d56a904a579946454678fdcc6816c2ca871aeae19025f1b19bb6e79c584ec9c054b0dcd464906ae9b2a3edeb9337473b5232450774ed29
|
|
7
|
+
data.tar.gz: 29ba16be5287db7fac120e801e69edc1455f2962c3c670fd841c11572df14b4ac65b92bd99ab74c643ac99fe92d57b10c199140d4f6917341c00239dcf2e2c03
|
|
File without changes
|
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
<link rel="stylesheet" href="{{ "/assets/css/styles.css?v=1584032502171" | relative_url }}">
|
|
8
8
|
{% seo %}
|
|
9
9
|
{% feed_meta %}
|
|
10
|
-
{% include html/analytics.liquid %}
|
|
10
|
+
{% include html/head/analytics.liquid %}
|
|
11
11
|
<script type="text/javascript">
|
|
12
12
|
let Config = {{ site.setup | jsonify }};
|
|
13
13
|
</script>
|
|
14
|
+
{%- include html/head/scripts.liquid -%}
|
|
15
|
+
</head>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
|
|
2
|
+
<script src="{{ "/assets/js/futuro.header.vendor.js?v=1584967793062" | relative_url }}"></script>
|
|
3
|
+
<script src="{{ "/assets/js/futuro.header.custom.js?v=1584967793062" | relative_url }}"></script>
|
data/_layouts/feed.html
CHANGED
|
@@ -9,7 +9,6 @@ layout: mini
|
|
|
9
9
|
<html lang="{{ page.lang | default: site.lang | default: 'en' }}" class="no-js">
|
|
10
10
|
|
|
11
11
|
{% include html/head/meta.liquid %}
|
|
12
|
-
{% include html/head/scripts.liquid %}
|
|
13
12
|
|
|
14
13
|
<body class="{% if site.setup.install %}{{ install }}{% endif %}
|
|
15
14
|
{% if site.setup.style %}{{ style }}{% endif %}
|
data/_layouts/single.html
CHANGED
|
@@ -9,7 +9,6 @@ layout: mini
|
|
|
9
9
|
<html lang="{{ page.lang | default: site.lang | default: 'en' }}" class="no-js">
|
|
10
10
|
|
|
11
11
|
{% include html/head/meta.liquid %}
|
|
12
|
-
{% include html/head/scripts.liquid %}
|
|
13
12
|
|
|
14
13
|
<body class="{% if site.setup.install %}{{ install }}{% endif %}
|
|
15
14
|
{% if site.setup.style %}{{ style }}{% endif %}
|
data/_sass/_split.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: futuro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Heading
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -89,11 +89,11 @@ extra_rdoc_files: []
|
|
|
89
89
|
files:
|
|
90
90
|
- LICENSE
|
|
91
91
|
- README.md
|
|
92
|
-
- _includes/html/analytics.liquid
|
|
93
92
|
- _includes/html/assign.liquid
|
|
94
93
|
- _includes/html/filter/loop.liquid
|
|
95
94
|
- _includes/html/filter/type.liquid
|
|
96
95
|
- _includes/html/footer/scripts.liquid
|
|
96
|
+
- _includes/html/head/analytics.liquid
|
|
97
97
|
- _includes/html/head/meta.liquid
|
|
98
98
|
- _includes/html/head/scripts.liquid
|
|
99
99
|
- _includes/html/loop/artwork/book.liquid
|