futuro 1.0.6 → 1.1.1

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.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/html/assign/page.liquid +2 -1
  3. data/_includes/html/assign/site.liquid +30 -21
  4. data/_includes/html/layout/footer.liquid +5 -1
  5. data/_includes/html/page/content.liquid +70 -71
  6. data/_includes/html/page/content/loop/alert.liquid +31 -0
  7. data/_includes/html/page/content/loop/button/build.liquid +7 -1
  8. data/_includes/html/page/content/loop/checkbox.liquid +4 -8
  9. data/_includes/html/page/content/loop/form.liquid +14 -7
  10. data/_includes/html/page/content/loop/form/alert.liquid +8 -13
  11. data/_includes/html/page/content/loop/form/callout.liquid +1 -1
  12. data/_includes/html/page/content/loop/form/date.liquid +7 -7
  13. data/_includes/html/page/content/loop/form/email.liquid +38 -0
  14. data/_includes/html/page/content/loop/form/item.liquid +6 -9
  15. data/_includes/html/page/content/loop/form/message.liquid +1 -1
  16. data/_includes/html/page/content/loop/form/number.liquid +3 -3
  17. data/_includes/html/page/content/loop/form/phone.liquid +22 -21
  18. data/_includes/html/page/content/loop/form/radio.liquid +7 -7
  19. data/_includes/html/page/content/loop/form/select.liquid +10 -10
  20. data/_includes/html/page/content/loop/form/text.liquid +23 -27
  21. data/_includes/html/page/content/loop/form/textarea.liquid +6 -5
  22. data/_includes/html/page/content/loop/header/search.liquid +1 -1
  23. data/_includes/html/page/content/loop/input.liquid +17 -0
  24. data/_includes/html/page/content/loop/item.liquid +16 -0
  25. data/_includes/html/page/content/loop/{form/label.liquid → label.liquid} +24 -4
  26. data/_includes/html/page/content/loop/onemoment.liquid +6 -0
  27. data/_includes/html/page/content/loop/screen.liquid +2 -2
  28. data/_includes/html/page/content/loop/screen/header.liquid +3 -3
  29. data/_includes/html/page/content/loop/{select/create.liquid → select.liquid} +0 -0
  30. data/_includes/html/page/content/row.liquid +1 -1
  31. data/_includes/html/page/footnote.liquid +4 -2
  32. data/_includes/html/page/header.liquid +1 -2
  33. data/_includes/html/page/layout/home.liquid +17 -7
  34. data/_includes/html/page/topbar.liquid +28 -17
  35. data/_includes/html/page/topbar/navigation/link.liquid +22 -0
  36. data/_includes/html/site/scroller.liquid +1 -1
  37. data/_includes/svg/site/icon.liquid +39 -19
  38. data/_sass/_button.scss +4 -4
  39. data/_sass/area/chapter.scss +2 -1
  40. data/_sass/area/page.scss +1 -1
  41. data/_sass/area/topbar.scss +1 -1
  42. data/_sass/block/chart.scss +2 -1
  43. data/_sass/block/form/alert.scss +0 -4
  44. data/_sass/block/form/checkbox.scss +2 -18
  45. data/_sass/block/form/item.scss +17 -17
  46. data/_sass/block/util.scss +3 -0
  47. data/_sass/futuro.core.scss +19 -1
  48. data/_sass/helpers/extends.scss +0 -17
  49. data/_sass/helpers/extends/forms.scss +16 -0
  50. data/_sass/helpers/mixins/layout.scss +0 -1
  51. data/_sass/helpers/mixins/theme.scss +112 -119
  52. data/_sass/helpers/themes.scss +14 -13
  53. data/_sass/helpers/variables.scss +24 -226
  54. data/_sass/helpers/variables/colors.scss +290 -0
  55. data/_sass/item/scroller.scss +0 -1
  56. data/_sass/link/book.scss +8 -6
  57. data/_sass/link/navigation.scss +11 -7
  58. data/_sass/link/scroller.scss +4 -0
  59. data/_sass/title/book.scss +9 -0
  60. data/_sass/title/page.scss +2 -0
  61. data/_sass/title/type.scss +1 -0
  62. data/_sass/wrap/switch.scss +12 -0
  63. data/assets/js/footer/custom/1_Settings.js +1 -2
  64. data/assets/js/footer/custom/2_Check.width.js +6 -23
  65. data/assets/js/footer/custom/3_Setup.browse.js +1 -1
  66. data/assets/js/footer/custom/5_button.func.reset.js +15 -0
  67. data/assets/js/footer/custom/5_button.func.submit.js +39 -0
  68. data/assets/js/footer/custom/5_button.func.switch.js +26 -0
  69. data/assets/js/footer/custom/5_button.func.update.js +39 -0
  70. data/assets/js/footer/custom/5_check.form.js +7 -0
  71. data/assets/js/footer/custom/5_respond.scroller.js +11 -0
  72. data/assets/js/footer/vendor/futuro/checkr.js +40 -0
  73. data/assets/js/footer/vendor/{gsap-draw.js → gsap/draw.js} +0 -0
  74. data/assets/js/footer/vendor/{gsap-morph.js → gsap/morph.js} +0 -0
  75. data/assets/js/footer/vendor/{gsap-scramble.js → gsap/scramble.js} +0 -0
  76. data/assets/js/footer/vendor/gsap/scroll.js +11 -0
  77. data/assets/js/footer/vendor/{gsap-text.js → gsap/text.js} +0 -0
  78. data/assets/js/footer/vendor/{jquery.min.js → jquery.js} +0 -0
  79. data/assets/js/footer/vendor/{parsley.min.js → parsley.js} +0 -0
  80. data/assets/js/futuro.footer.custom.js +1 -1
  81. data/assets/js/futuro.footer.vendor.js +52 -314
  82. data/assets/js/futuro.header.custom.js +1 -1
  83. data/assets/js/futuro.header.legacy.js +4 -3
  84. data/assets/js/futuro.header.legacy.shopify.js +4 -3
  85. data/assets/js/futuro.header.vendor.js +4 -3
  86. data/assets/js/header/custom/1_Settings.js +8 -2
  87. data/assets/js/header/custom/2_Site.js +1 -3
  88. data/assets/js/header/vendor/gsap.js +4 -3
  89. metadata +28 -20
  90. data/_includes/html/page/content/loop/alert/create.liquid +0 -20
  91. data/_includes/html/page/content/loop/alert/example.liquid +0 -4
  92. data/_includes/html/page/content/loop/form/input.liquid +0 -17
  93. data/_includes/html/page/content/loop/yousaved.liquid +0 -11
  94. data/_includes/svg/site/book/orwell.svg +0 -1
  95. data/_includes/svg/site/book/woolf.svg +0 -1
  96. data/assets/js/footer/custom/5_Animate.scroller.js +0 -11
  97. data/assets/js/footer/custom/5_Switch.button.js +0 -97
  98. data/assets/js/footer/vendor/scrollmagic-gsap.js +0 -310
  99. data/assets/js/footer/vendor/scrollmagic.js +0 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62f18621e9a71dfc8632878a3473280efc990d5ecf5425f67235b5d3d1fc773e
4
- data.tar.gz: 10d0aaba16fd36fff183c516bf1609140624b49e1a0f1e590457dd59531246f1
3
+ metadata.gz: dfe204f9bed52d33c96c48701fcaa8971ecea1b8ced20063f7b3d5bdbe03ae70
4
+ data.tar.gz: eaf647eb08fcf3605f1892ee1dbdbb89268078476edade43125246bae495abcb
5
5
  SHA512:
6
- metadata.gz: 2ab95805e45cb05eae6645607e06d825b19c861366a7e1523f807b62715fe1ca8bdee1df84d3953a2cb1fcda3d1be02f57949aa5349fb60ce4179719d7ea0cfd
7
- data.tar.gz: 78545dda537062b21b2a165fc64a954e4871a4f3827f9407f633418a7948baf7ca2697b12c71a979151646f4cb56922a61cd24d77c4632ac7bb01ea7c6814055
6
+ metadata.gz: 93819f8e40f4519407b69ae78c2506337387a334c54a898a09184598ac3c07f6a7404d8b190dbd5528245b68450e5ca494de77a392a315ea5fb43ee18e4735f3
7
+ data.tar.gz: '0593994e1fa4542bb2f10de75c3231b67dd2ec4f017b613d653c72caeada5fa3c11faf450379085881b8dded323b216e74e236e745e1c9484563f20b226d3711'
@@ -4,7 +4,8 @@
4
4
  {% assign PageChapter = page.chapter | replace : ' ','-' | downcase %}
5
5
  {% assign PageTopic = page.topic | replace : ' ','-' | downcase %}
6
6
  {% assign PageTitle = page.title | replace : ' ','-' | downcase %}
7
- {% assign PageTag = page.tag | replace : ' ',' tag-' | prepend : ' tag-' | downcase %}
7
+ {% assign PageTag = page.tag | replace : ' ',' tag-' | prepend : ' tag-' | downcase %}
8
+ {% assign PageLabel = page.label | prepend: '/' | downcase %}
8
9
 
9
10
  {% assign PageUrl = page.url | replace : '.html','' | replace : '/index','' | slice: 1,999 %}
10
11
  {% assign PageShare = PageUrl | prepend : '/' | prepend : site.url %}
@@ -1,28 +1,25 @@
1
1
 
2
- {% assign SiteInstall = site.setup.install | replace : ' ','-' | prepend : 'install-' | downcase %}
3
- {% assign SiteStyle = site.setup.style | replace : ' ','-' | prepend : 'style-' | downcase %}
4
-
5
- {% assign Site = 'html/site/' %}
6
- {% assign SitePage = 'html/page/' %}
7
- {% assign SiteOverlay = 'html/overlay/' %}
8
- {% assign SiteLayout = 'html/layout/' %}
9
-
10
- {% assign SiteUtil = SitePage | append : 'util/' %}
11
- {% assign SiteContent = SitePage | append : 'content/' %}
12
- {% assign PageBlock = SitePage | append : 'block/' %}
13
-
14
- {% assign ContentLoop = SiteContent | append : 'loop/' %}
15
- {% assign LoopArtwork = ContentLoop | append : 'artwork/' %}
16
- {% assign LoopForm = ContentLoop | append : 'form/' %}
17
- {% assign LoopRoller = ContentLoop | append : 'roller/' %}
18
- {% assign LoopHeader = ContentLoop | append : 'header/' %}
19
- {% assign LoopScreen = ContentLoop | append : 'screen/' %}
20
- {% assign LoopButton = ContentLoop | append : 'button/' %}
21
- {% assign LoopAlert = ContentLoop | append : 'alert/' %}
2
+ {% assign Site = 'html/site/' %}
3
+ {% assign SitePage = 'html/page/' %}
4
+ {% assign SiteOverlay = 'html/overlay/' %}
5
+ {% assign SiteLayout = 'html/layout/' %}
6
+
7
+ {% assign SiteUtil = SitePage | append : 'util/' %}
8
+ {% assign SiteContent = SitePage | append : 'content/' %}
9
+ {% assign PageBlock = SitePage | append : 'block/' %}
10
+ {% assign SiteTopbar = SitePage | append : 'topbar/' %}
11
+
12
+ {% assign ContentLoop = SiteContent | append : 'loop/' %}
13
+ {% assign LoopArtwork = ContentLoop | append : 'artwork/' %}
14
+ {% assign LoopForm = ContentLoop | append : 'form/' %}
15
+ {% assign LoopRoller = ContentLoop | append : 'roller/' %}
16
+ {% assign LoopHeader = ContentLoop | append : 'header/' %}
17
+ {% assign LoopScreen = ContentLoop | append : 'screen/' %}
18
+ {% assign LoopButton = ContentLoop | append : 'button/' %}
19
+ {% assign LoopAlert = ContentLoop | append : 'alert/' %}
22
20
 
23
21
  {% assign SiteSvg = 'svg/site/' %}
24
22
  {% assign SvgLoad = SiteSvg | append : 'load/' %}
25
- {% assign SvgBook = SiteSvg | append : 'book/' %}
26
23
  {% assign SvgBtn = SiteSvg | append : 'btn/' %}
27
24
  {% assign SvgIcon = SiteSvg | append : 'icon.liquid' %}
28
25
 
@@ -32,6 +29,18 @@
32
29
  {% assign LayoutTitle = page.title | replace : ' ','-' | prepend : ' title-' | downcase %}
33
30
  {% assign LayoutTopic = page.topic | replace : ' ','-' | downcase %}
34
31
 
32
+ {%- if site.setup.install -%}
33
+ {% assign SiteInstall = site.setup.install | prepend : 'install-' %}
34
+ {%- else -%}
35
+ {% assign SiteInstall = "install-library" %}
36
+ {%- endif -%}
37
+
38
+ {%- if site.setup.style -%}
39
+ {% assign SiteStyle = site.setup.style | prepend : 'style-' %}
40
+ {%- else -%}
41
+ {% assign SiteStyle = "style-page" %}
42
+ {%- endif -%}
43
+
35
44
  {%- if site.setup.respond -%}
36
45
  {% assign SiteIsResponsive = true %}
37
46
  {%- else -%}
@@ -1,7 +1,11 @@
1
1
 
2
2
  {% unless SiteIsTheme %}
3
3
 
4
- {% include {{ SitePage | append : 'clippies.liquid' }} %}
4
+ {% unless PageIsHome %}
5
+
6
+ {% include {{ SitePage | append : 'clippies.liquid' }} %}
7
+
8
+ {% endunless %}
5
9
 
6
10
  {% endunless %}
7
11
 
@@ -4,19 +4,19 @@
4
4
  <div class="area {{ PageBook | prepend : 'book-' }} {{ PageType }} {{ PageChapter | prepend : 'chapter-' }}
5
5
  {% if site.setup.style %}{{ SiteStyle }}{% endif %}">
6
6
 
7
- {%- unless SiteIsDocs -%}
7
+ {% unless SiteIsDocs %}
8
8
 
9
9
  <h2>{{ page.weight | slice: 0,3 }}</h2>
10
10
 
11
- {%- endunless -%}
11
+ {% endunless %}
12
12
 
13
13
  {% else %}
14
14
 
15
- {%- unless SiteIsDocs -%}
15
+ {% unless SiteIsDocs %}
16
16
 
17
- {%- include {{ SitePage | append : 'subtitle.liquid' }} -%}
17
+ {% include {{ SitePage | append : 'subtitle.liquid' }} %}
18
18
 
19
- {%- endunless -%}
19
+ {% endunless %}
20
20
 
21
21
  <div class="area {{ PageType }} {{ SiteStyle }} {{ PageTitle | prepend : 'title-' }}
22
22
  {% unless NoSubtitle %}has-subtitle{% endunless %}
@@ -25,149 +25,148 @@
25
25
 
26
26
  {% endif %}
27
27
 
28
- {%- unless SiteIsDocs -%}
28
+ {% unless SiteIsDocs %}
29
29
 
30
30
  {{ page.content | markdownify }}
31
31
 
32
- {%- endunless -%}
32
+ {% endunless %}
33
33
 
34
- {%- unless PageIsChapter -%}
34
+ {% unless PageIsChapter %}
35
35
 
36
- {%- include {{ SiteContent | append : 'more.liquid' }} -%}
36
+ {% include {{ SiteContent | append : 'more.liquid' }} %}
37
37
 
38
38
  {% unless SiteIsDocs %}
39
39
 
40
40
  {% include {{ SitePage | append : 'util.liquid' }} %}
41
41
 
42
42
  {% endunless %}
43
-
44
43
 
45
- {%- if page.break -%}
44
+ {% if page.break %}
46
45
 
47
46
  {% for i in (1..page.break) %}<br>{% endfor %}
48
47
 
49
- {%- endif -%}
48
+ {% endif %}
49
+
50
+ {% if page.alert %}
51
+
52
+ {% include {{ ContentLoop | append : 'alert.liquid' }}
53
+ title = page.alert.title
54
+ type = page.alert.type
55
+ price = page.alert.price %}
56
+
57
+ {% endif %}
50
58
 
51
- {%- if page.chart -%}
59
+ {% if page.chart %}
52
60
 
53
- {%- include {{ SiteContent | append : 'chart.liquid' }} -%}
61
+ {% include {{ SiteContent | append : 'chart.liquid' }} %}
54
62
 
55
- {%- endif -%}
63
+ {% endif %}
56
64
 
57
- {%- if page.number -%}
65
+ {% if page.number %}
58
66
 
59
67
  <div class="block number-container">
60
68
 
61
- {%- include {{ SiteContent | append : 'loop.liquid' }} type="number" -%}
69
+ {% include {{ SiteContent | append : 'loop.liquid' }} type="number" %}
62
70
 
63
71
  </div>
64
72
 
65
- {%- endif -%}
73
+ {% endif %}
66
74
 
67
- {%- if page.pies -%}
75
+ {% if page.pies %}
68
76
 
69
77
  <ul class="list pies style-spin">
70
78
 
71
- {%- include {{ SiteContent | append : 'loop.liquid' }} type="pies" -%}
79
+ {% include {{ SiteContent | append : 'loop.liquid' }} type="pies" %}
72
80
 
73
81
  </ul>
74
82
 
75
- {%- endif -%}
83
+ {% endif %}
76
84
 
77
- {%- if page.roller -%}
85
+ {% if page.roller %}
78
86
 
79
- {%- include {{ SiteContent | append : 'roller.liquid' }} -%}
87
+ {% include {{ SiteContent | append : 'roller.liquid' }} %}
80
88
 
81
- {%- endif -%}
89
+ {% endif %}
82
90
 
83
- {%- if page.artwork -%}
91
+ {% if page.artwork %}
84
92
 
85
- {%- include {{ SiteContent | append : 'artwork.liquid' }} -%}
93
+ {% include {{ SiteContent | append : 'artwork.liquid' }} %}
86
94
 
87
- {%- endif -%}
95
+ {% endif %}
88
96
 
89
- {%- if page.form -%}
97
+ {% if page.form %}
90
98
 
91
99
  <form onsubmit="return false">
92
100
 
93
- {%- include {{ SiteContent | append : 'loop.liquid' }} type="form" -%}
101
+ {% include {{ SiteContent | append : 'loop.liquid' }} type="form" %}
94
102
 
95
103
  </form>
96
104
 
97
- {%- endif -%}
105
+ {% endif %}
98
106
 
99
- {%- if page.header -%}
107
+ {% if page.header %}
100
108
 
101
- {%- include {{ SiteContent | append : 'header.liquid' }} -%}
109
+ {% include {{ SiteContent | append : 'header.liquid' }} %}
102
110
 
103
- {%- endif -%}
111
+ {% endif %}
104
112
 
105
- {%- if page.screen -%}
113
+ {% if page.screen %}
106
114
 
107
115
  <div class="block screen-container">
108
116
 
109
117
  <div class="block screen-wrap">
110
118
 
111
- {%- include {{ LoopScreen | append : 'header.liquid' }} -%}
119
+ {% include {{ LoopScreen | append : 'header.liquid' }} %}
112
120
 
113
- {%- include {{ LoopScreen | append : 'feed.liquid' }} type="feed" -%}
121
+ {% include {{ LoopScreen | append : 'feed.liquid' }} type="feed" %}
114
122
 
115
- {%- include {{ LoopScreen | append : 'feed.liquid' }} type="clone" -%}
123
+ {% include {{ LoopScreen | append : 'feed.liquid' }} type="clone" %}
116
124
 
117
125
  </div>
118
126
 
119
127
  </div>
120
128
 
121
- {%- endif -%}
129
+ {% endif %}
122
130
 
123
- {%- if page.loader -%}
131
+ {% if page.loader %}
124
132
 
125
- {%- include {{ SiteContent | append : 'loader.liquid' }} -%}
126
-
127
- {%- endif -%}
128
-
129
- {%- if page.ticker -%}
130
-
131
- <div class="ticker onemoment">
132
-
133
- <div class="ticker message">{{ page.ticker }}</div>
134
-
135
- </div>
133
+ {% include {{ SiteContent | append : 'loader.liquid' }} %}
136
134
 
137
- {%- endif -%}
135
+ {% endif %}
138
136
 
139
- {%- if page.button -%}
137
+ {% if page.ticker %}
140
138
 
141
- {%- include {{ LoopButton | append : 'example.liquid' }} -%}
139
+ {% include {{ ContentLoop | append : 'onemoment.liquid' }}
140
+ ticker = page.ticker %}
142
141
 
143
- {%- endif -%}
142
+ {% endif %}
144
143
 
145
- {%- if page.row -%}
144
+ {% if page.button %}
146
145
 
147
- {%- include {{ SiteContent | append : 'row.liquid' }} -%}
146
+ {% include {{ LoopButton | append : 'example.liquid' }} %}
148
147
 
149
- {%- endif -%}
148
+ {% endif %}
150
149
 
151
- {%- if page.yousaved -%}
150
+ {% if page.row %}
152
151
 
153
- {%- include {{ SiteContent | append : 'loop.liquid' }} type="yousaved" -%}
152
+ {% include {{ SiteContent | append : 'row.liquid' }} %}
154
153
 
155
- {%- endif -%}
154
+ {% endif %}
156
155
 
157
- {%- if page.checkbox -%}
156
+ {% if page.checkbox %}
158
157
 
159
- {%- include {{ ContentLoop | append : 'checkbox.liquid' }}
160
- title = page.checkbox -%}
158
+ {% include {{ ContentLoop | append : 'checkbox.liquid' }}
159
+ label = page.checkbox.label %}
161
160
 
162
- {%- endif -%}
161
+ {% endif %}
163
162
 
164
- {%- if SiteIsDocs -%}
163
+ {% if SiteIsDocs %}
165
164
 
166
- {%- if page.content -%}
165
+ {% if page.content %}
167
166
 
168
167
  {% assign length = page.content | size %}
169
168
 
170
- {%- if length > 1 -%}
169
+ {% if length > 1 %}
171
170
 
172
171
  <div class="area type-content">
173
172
 
@@ -175,10 +174,10 @@
175
174
 
176
175
  </div>
177
176
 
178
- {%- endif -%}
177
+ {% endif %}
179
178
 
180
- {%- endif -%}
179
+ {% endif %}
181
180
 
182
- {%- endif -%}
181
+ {% endif %}
183
182
 
184
- {%- endunless -%}
183
+ {% endunless %}
@@ -0,0 +1,31 @@
1
+
2
+ {% if include.type == "whatson" %}
3
+
4
+ <span class="wrap alert-wrap" style="display:block;">
5
+
6
+ <span class="block alert-content">
7
+
8
+ <span class="title alert-content alert-feed">
9
+
10
+ {{ include.title }}
11
+
12
+ </span>
13
+
14
+ <span class="title alert-content alert-clone">
15
+
16
+ {{ include.title }}
17
+
18
+ </span>
19
+
20
+ </span>
21
+
22
+ </span>
23
+
24
+ {% else %}
25
+
26
+ {% include {{ ContentLoop | append : 'item.liquid' }}
27
+ title = include.title
28
+ price = include.price
29
+ alert = true %}
30
+
31
+ {% endif %}
@@ -2,10 +2,16 @@
2
2
  {% assign IncludeFunc = include.func | prepend : 'func-' %}
3
3
  {% assign IncludeTitle = include.title | prepend : 'title-' | downcase %}
4
4
 
5
+ {% if include.type %}
6
+ {% assign IncludeType = include.type | prepend : 'type-' %}
7
+ {% else %}
8
+ {% assign IncludeType = "type-solid" %}
9
+ {% endif %}
10
+
5
11
  <span class="button-wrap
12
+ {{ IncludeType }}
6
13
  {% if include.func %}{{ IncludeFunc }}{% endif %}
7
14
  {% if include.title %}{{ IncludeTitle }}{% endif %}
8
- {% if include.type %}{{ include.type | prepend : 'type-' }}{% endif %}
9
15
  {% if include.style %}{{ include.style | prepend : 'style-' }}{% endif %}
10
16
  {% if include.context %}{{ include.context | prepend : 'context-' }}{% endif %}">
11
17
 
@@ -1,23 +1,19 @@
1
1
 
2
2
  {% include html/assign/name.liquid parent="checkbox" %}
3
3
 
4
- {% if include.form %}<p class="block form-row checkbox-row">{% endif %}
4
+ <span class="checkbox-wrap {% if include.nolabel %}no-label{% endif %}">
5
5
 
6
- <span class="checkbox-wrap {% if include.nolabel %}nolabel{% endif %}">
7
-
8
- {%- include {{ LoopForm | append : 'input.liquid' }}
6
+ {%- include {{ ContentLoop | append : 'input.liquid' }}
9
7
  type = "checkbox"
10
8
  value = "yes"
11
9
  class = "checkbox-input" -%}
12
10
 
13
- {%- include {{ LoopForm | append : 'label.liquid' }}
14
- title = include.title
11
+ {%- include {{ ContentLoop | append : 'label.liquid' }}
12
+ label = include.label
15
13
  small = include.small
16
14
  subtitle = include.subtitle
17
15
  class = "checkbox-label" -%}
18
16
 
19
17
  </span>
20
18
 
21
- {% if include.form %}</p>{% endif %}
22
-
23
19
 
@@ -2,7 +2,7 @@
2
2
  {% if item.yousaved %}
3
3
 
4
4
  {% include {{ SiteContent | append : 'loop.liquid' }}
5
- type = "yousaved" %}
5
+ type = "yousaved" %}
6
6
 
7
7
  {% elsif item.legend %}
8
8
 
@@ -11,7 +11,7 @@
11
11
  {% elsif item.addr %}
12
12
 
13
13
  {% include {{ LoopForm | append : 'radio.liquid' }}
14
- type = "address" %}
14
+ type = "address" %}
15
15
 
16
16
  {% elsif item.number %}
17
17
 
@@ -40,7 +40,7 @@
40
40
  {% elsif item.alert %}
41
41
 
42
42
  {% include {{ LoopForm | append : 'alert.liquid' }}
43
- context = include.context %}
43
+ context = include.context %}
44
44
 
45
45
  {% elsif item.message %}
46
46
 
@@ -54,6 +54,10 @@
54
54
 
55
55
  {% include {{ LoopForm | append : 'text.liquid' }} %}
56
56
 
57
+ {% elsif item.email %}
58
+
59
+ {% include {{ LoopForm | append : 'email.liquid' }} %}
60
+
57
61
  {% elsif item.password %}
58
62
 
59
63
  {% include {{ LoopForm | append : 'password.liquid' }} %}
@@ -68,10 +72,13 @@
68
72
 
69
73
  {% elsif item.checkbox %}
70
74
 
71
- {% include {{ ContentLoop | append : 'checkbox.liquid' }}
72
- title = item.checkbox
73
- form = true
74
- nolabel = true %}
75
+ <p class="block form-row checkbox-row">
76
+
77
+ {% include {{ ContentLoop | append : 'checkbox.liquid' }}
78
+ label = item.checkbox.label
79
+ nolabel = true %}
80
+
81
+ </p>
75
82
 
76
83
  {% elsif item.button %}
77
84