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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abc6d3eb0dfd5e4f1111c0c9373e4b5e684577329e57617dce8131d784d59842
4
- data.tar.gz: 337fa72d6f6cd481e2367bcde0741ae130078008ec2ee93556687bf46e4bee78
3
+ metadata.gz: 6d3aef0a3b0b9d36a517f676d904e109f9d8c92753404e06e9bade871a16369c
4
+ data.tar.gz: 28e89b9c17b1c7877c014ca616770b004c6a59962c49822cc9ce0a89e7d18ea4
5
5
  SHA512:
6
- metadata.gz: 862ea71c568672ee5a41fd56c1ac8a47953c12432e59a7afbfd6b99e2bf8a71f8a59931efe344dd4bda1c377ce81d6339f54ed0962fee3b08be04c95a34ff1ea
7
- data.tar.gz: a2552f2433fc15453fb8867e04ff7dd0e569baff1e17736e41315fcab9fa06c8834a97460c5c11c18a6c40b1ee92e16dff823121559320536d342f8ad8023b3f
6
+ metadata.gz: db0bf47ed67a7d1632d56a904a579946454678fdcc6816c2ca871aeae19025f1b19bb6e79c584ec9c054b0dcd464906ae9b2a3edeb9337473b5232450774ed29
7
+ data.tar.gz: 29ba16be5287db7fac120e801e69edc1455f2962c3c670fd841c11572df14b4ac65b92bd99ab74c643ac99fe92d57b10c199140d4f6917341c00239dcf2e2c03
@@ -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
- <script src="{{ "/assets/js/futuro.header.vendor.js?v=1584967793062" | relative_url }}"></script>
2
- <script src="{{ "/assets/js/futuro.header.custom.js?v=1584967793062" | relative_url }}"></script>
3
- </head>
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>
@@ -9,7 +9,7 @@
9
9
 
10
10
  {% else %}
11
11
 
12
- <div class="{{ split }} left">
12
+ <div class="{{ split }} left {% unless page.subtitle %}no-subtitle{% endunless %}">
13
13
 
14
14
  {% include html/page/title.liquid %}
15
15
 
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
@@ -7,6 +7,10 @@
7
7
  padding: 56px 0 0 180px;
8
8
  }
9
9
 
10
+ .split-page.left.no-subtitle {
11
+ padding-top: 80px;
12
+ }
13
+
10
14
  .split-page.tree {
11
15
  justify-content: flex-start;
12
16
  grid-auto-flow: column;
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.3
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-25 00:00:00.000000000 Z
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