futuro 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51c6f665359ff0c3a0cb6f4517ad61898b73a761ed46be6b5a1278fdc2687e2d
4
- data.tar.gz: 6465e46e0dbda84dc039747bc7bb6591db3b7f8cf2bf974389c72cf2d3b5bea5
3
+ metadata.gz: 6951e3c766b2e85947d02a71892c4a00bcfc02258386ae57842d8df44f16ba24
4
+ data.tar.gz: 5c13ecb093820400cc06d5c1ce9d4c5ed4123c16e636ac32001732f83e16b55f
5
5
  SHA512:
6
- metadata.gz: e4b9b4404d0e3115a4b43509401d1404a4871eaed8e52810ae6d701e2740d97cbfd9025bece7d67f0f16f432dd59dd0669c454e74cd2df2ab035b607db049a2e
7
- data.tar.gz: cf3862c5e08c75de6967c325a0cc1b868fb6b9204f7912b7710cdbbece470e6dc34f88118e2a65bc4a8fb02e87c535cb3fc5ba71bd76ab53178ef78ff0de5f6f
6
+ metadata.gz: a76877398a92b370d385fb64f4f846a1df3536cacfbd86f3cf3cbd0ed312fc605b1026473084e006f87dd31c4276f76d12c4bc620b9d09504db512ac9620fa2b
7
+ data.tar.gz: 362f3267dec3f52a9c9924b72a352bcb72f33e9c144dbb43accf34549a74a48477d51a873599fc746ef9538a36799507237c56699aceecbc779dca62212c1545
@@ -0,0 +1,16 @@
1
+
2
+ {% unless SiteIsTheme %}
3
+
4
+ {% include {{ SitePage | append : 'clippies.liquid' }} %}
5
+
6
+ {% endunless %}
7
+
8
+ {% include {{ Site | append : 'footer.liquid' }} %}
9
+
10
+ </div>
11
+
12
+ </body>
13
+
14
+ {% include html/footer/scripts.liquid %}
15
+
16
+ </html>
@@ -0,0 +1,49 @@
1
+
2
+ <!DOCTYPE html>
3
+
4
+ <html lang="{{ page.lang | default: site.lang | default: 'en' }}" class="no-js">
5
+
6
+ {% include html/head/meta.liquid %}
7
+
8
+ <body class="{{ LayoutLayout }} {{ LayoutType }} {{ LayoutTitle }}
9
+ {% if site.setup.install %}{{ SiteInstall }}{% endif %}
10
+ {% if site.setup.style %}{{ SiteStyle }}{% endif %}
11
+ {% if page.collection %}{{ LayoutBook }}{% endif %}
12
+ {% if page.chapter %}{{ LayoutChapter }}{% endif %}
13
+ {% if page.topic %}{{ LayoutTopic | prepend : 'topic-' }}{% endif %}">
14
+
15
+ {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='load' exit='false' init=true %}
16
+
17
+ {% unless SiteIsResponsive %}
18
+
19
+ {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='mobile' exit='false' %}
20
+
21
+ {% endunless %}
22
+
23
+ {% unless LayoutIsHome %}
24
+
25
+ {% unless SiteIsTheme %}
26
+
27
+ {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='about' %}
28
+
29
+ {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='browse' %}
30
+
31
+ {% include {{ SiteOverlay | append : 'wrap.liquid' }} title='search' %}
32
+
33
+ {% endunless %}
34
+
35
+ {% endunless %}
36
+
37
+ <div class="site {{ LayoutType }} {% if LayoutIsHome %}home{% else %}not-home{% endif %}">
38
+
39
+ {% include {{ Site | append : 'header.liquid' }} %}
40
+
41
+ {% unless LayoutIsHome %}
42
+
43
+ {% unless SiteIsTheme %}
44
+
45
+ {% include {{ SitePage | append : 'topbar.liquid' }} %}
46
+
47
+ {% endunless %}
48
+
49
+ {% endunless %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: futuro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Heading
@@ -98,6 +98,8 @@ files:
98
98
  - _includes/html/head/analytics.liquid
99
99
  - _includes/html/head/meta.liquid
100
100
  - _includes/html/head/scripts.liquid
101
+ - _includes/html/layout/footer.liquid
102
+ - _includes/html/layout/header.liquid
101
103
  - _includes/html/layout/loop.liquid
102
104
  - _includes/html/layout/type.liquid
103
105
  - _includes/html/overlay/about.liquid