appscms-tools-theme 3.6.3 → 3.6.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/customCode.html +1 -0
- data/_layouts/featureResultPage.html +31 -16
- data/_layouts/home.html +258 -193
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86bc33c0353544b289f2fd7baab2db563aa15552961c0303711d34912f70289a
|
|
4
|
+
data.tar.gz: 82d64b779469e40cbaa5a028bd637736f505311c61c8d1cb937f346df39959e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c12f37b653e7e2c9fc88c803883b6c8492ea1e1cd81df3e9a1bcce79e073fb9e57c9968620e98f8c0ccb2fda4e07b8af6b5cb04feb29af50cc6d0468bc87c4d2
|
|
7
|
+
data.tar.gz: d75371abe015518baec9c8c1c559a170b7cb5ad4b1e5cd8279aaa032b52a035f3b38291db469d2545a36e1c2f8661da5f4d4718ebbd2f1bbaa3051f57fb2bfd5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!-- custom code -->
|
|
@@ -11,23 +11,36 @@
|
|
|
11
11
|
<div class="d-flex justify-content-center align-items-center">
|
|
12
12
|
<span class="fHhdVc">
|
|
13
13
|
<div class="div-cont feature-img mr-2">
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
{
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
14
|
+
{%- if featureData.img -%}
|
|
15
|
+
<img
|
|
16
|
+
style="width:{{featureData.imgwidth}};height:{{featureData.imgheight}};"
|
|
17
|
+
src="{{featureData.img}}"
|
|
18
|
+
alt="{{featureData.imgalt}}"
|
|
19
|
+
{%-
|
|
20
|
+
if
|
|
21
|
+
site.crossorigin
|
|
22
|
+
-%}
|
|
23
|
+
crossorigin
|
|
24
|
+
{%-
|
|
25
|
+
endif
|
|
26
|
+
-%}
|
|
27
|
+
/>
|
|
28
|
+
{%- else -%}
|
|
29
|
+
<svg
|
|
30
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
31
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
32
|
+
viewBox="0 0 36 36"
|
|
33
|
+
fill="#000"
|
|
34
|
+
>
|
|
35
|
+
<path
|
|
36
|
+
d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z"
|
|
37
|
+
></path>
|
|
38
|
+
</svg>
|
|
39
|
+
{%- endif -%}
|
|
26
40
|
</div>
|
|
27
41
|
</span>
|
|
28
|
-
|
|
29
42
|
</div>
|
|
30
|
-
|
|
43
|
+
<div id="heading-div" style="height: 60px"></div>
|
|
31
44
|
</div>
|
|
32
45
|
</div>
|
|
33
46
|
{%- if site.noFeatureBox == true -%}
|
|
@@ -52,8 +65,10 @@
|
|
|
52
65
|
</div>
|
|
53
66
|
</div>
|
|
54
67
|
</div>
|
|
55
|
-
|
|
56
|
-
|
|
68
|
+
|
|
69
|
+
{%- endif -%} {%- endif -%} {%- if site.userTrackingCount -%} {%- include
|
|
70
|
+
userTracking.html -%} {% include footer/index.html %} {% include script.html
|
|
71
|
+
%}
|
|
57
72
|
|
|
58
73
|
<script
|
|
59
74
|
defer
|
data/_layouts/home.html
CHANGED
|
@@ -2,224 +2,289 @@
|
|
|
2
2
|
= page.folderName %} {% assign homeData= site.data[folder][lang][file] %}
|
|
3
3
|
<!DOCTYPE html>
|
|
4
4
|
<html lang="{{page.lang}}">
|
|
5
|
-
{% include head/index.html %}
|
|
5
|
+
{% include head/index.html %}
|
|
6
6
|
|
|
7
|
-
<body>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<div class="flex-class py-5">
|
|
19
|
-
<div class="d-flex justify-content-center align-items-center">
|
|
20
|
-
<span class="fHhdVc">
|
|
21
|
-
<div class="div-cont feature-img mr-2">
|
|
22
|
-
{%- if homeData.img -%}
|
|
23
|
-
<img loading="lazy" style="width:{{homeData.imgwidth}};height:{{homeData.imgheight}};"
|
|
24
|
-
src="{{homeData.img}}" alt="{{homeData.imgalt}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
|
|
25
|
-
{%- endif -%}
|
|
26
|
-
</div>
|
|
27
|
-
</span>
|
|
28
|
-
<h1 class="home-top-h1">
|
|
29
|
-
{%- for word in homeData.h1 -%} {%- if forloop.first == true -%}
|
|
30
|
-
{{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%-
|
|
31
|
-
endfor -%}
|
|
32
|
-
</h1>
|
|
7
|
+
<body>
|
|
8
|
+
{% include header/index.html %} {%- if homeData.nofileupload -%}
|
|
9
|
+
<div
|
|
10
|
+
id="safeui-alert"
|
|
11
|
+
class="alert alert-{{homeData.variant | default: 'info'}} fade show text-center"
|
|
12
|
+
role="alert"
|
|
13
|
+
>
|
|
14
|
+
<div class="container">
|
|
15
|
+
{%- if homeData.alertmsg -%} {{homeData.alertmsg}} {%- else -%} We do
|
|
16
|
+
not upload any files to server, hence your data is 100% secure. {%-
|
|
17
|
+
endif -%}
|
|
33
18
|
</div>
|
|
34
|
-
<h2 class="home-top-h2">
|
|
35
|
-
{%- for word in homeData.h2 -%} {%- if forloop.first == true -%}
|
|
36
|
-
{{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor
|
|
37
|
-
-%}
|
|
38
|
-
</h2>
|
|
39
19
|
</div>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
{
|
|
62
|
-
</
|
|
63
|
-
</
|
|
20
|
+
{%- endif -%} {%- if homeData.h1 or homeData.h2 -%}
|
|
21
|
+
<div class="flex-container mb-1">
|
|
22
|
+
<div class="flex-class py-5">
|
|
23
|
+
<div class="d-flex justify-content-center align-items-center">
|
|
24
|
+
<span class="fHhdVc">
|
|
25
|
+
<div class="div-cont feature-img mr-2">
|
|
26
|
+
{%- if homeData.img -%}
|
|
27
|
+
<img
|
|
28
|
+
loading="lazy"
|
|
29
|
+
style="width:{{homeData.imgwidth}};height:{{homeData.imgheight}};"
|
|
30
|
+
src="{{homeData.img}}"
|
|
31
|
+
alt="{{homeData.imgalt}}"
|
|
32
|
+
{%-
|
|
33
|
+
if
|
|
34
|
+
site.crossorigin
|
|
35
|
+
-%}
|
|
36
|
+
crossorigin
|
|
37
|
+
{%-
|
|
38
|
+
endif
|
|
39
|
+
-%}
|
|
40
|
+
/>
|
|
41
|
+
{%- endif -%}
|
|
42
|
+
</div>
|
|
43
|
+
</span>
|
|
44
|
+
<h1 class="home-top-h1">
|
|
45
|
+
{%- for word in homeData.h1 -%} {%- if forloop.first == true -%}
|
|
46
|
+
{{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%-
|
|
47
|
+
endfor -%}
|
|
48
|
+
</h1>
|
|
64
49
|
</div>
|
|
65
|
-
|
|
50
|
+
<h2 class="home-top-h2">
|
|
51
|
+
{%- for word in homeData.h2 -%} {%- if forloop.first == true -%}
|
|
52
|
+
{{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor
|
|
53
|
+
-%}
|
|
54
|
+
</h2>
|
|
66
55
|
</div>
|
|
67
56
|
</div>
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
<div class="row px-0">
|
|
74
|
-
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
|
|
75
|
-
<div class="col-md-9 mx-auto">
|
|
76
|
-
<div class="row">
|
|
57
|
+
{%- endif -%} {%- if homeData.features -%} {%- if site.monumetricId and
|
|
58
|
+
page.url != '/' and page.lang == "en" -%}
|
|
59
|
+
<div class="container">
|
|
60
|
+
<div class="row">
|
|
61
|
+
<div class="col-md-9 mx-auto">
|
|
77
62
|
{%- endif -%}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
63
|
+
<div class="flex-container">
|
|
64
|
+
<div class="flex-class">
|
|
65
|
+
<ul class="home-features">
|
|
66
|
+
{% for product in homeData.features %}
|
|
67
|
+
<li
|
|
68
|
+
style="background:{{product.color}}"
|
|
69
|
+
class="home-feature-box"
|
|
70
|
+
>
|
|
71
|
+
<div class="home-inner-box">
|
|
72
|
+
<div
|
|
73
|
+
class="div-cont feature-img"
|
|
74
|
+
height="36px"
|
|
75
|
+
width="36px"
|
|
76
|
+
>
|
|
77
|
+
<img
|
|
78
|
+
loading="lazy"
|
|
79
|
+
src="{{product.icon}}"
|
|
80
|
+
height="36px"
|
|
81
|
+
width="36px"
|
|
82
|
+
alt="star icon"
|
|
83
|
+
{%-
|
|
84
|
+
if
|
|
85
|
+
site.crossorigin
|
|
86
|
+
-%}
|
|
87
|
+
crossorigin
|
|
88
|
+
{%-
|
|
89
|
+
endif
|
|
90
|
+
-%}
|
|
91
|
+
/>
|
|
92
|
+
</div>
|
|
93
|
+
</div>
|
|
94
|
+
<div class="home-feature-desc">{{product.description}}</div>
|
|
95
|
+
<a class="home-feature-name" href="{{product.url}}"
|
|
96
|
+
>{{product.name}}</a
|
|
97
|
+
>
|
|
98
|
+
</li>
|
|
99
|
+
{% endfor %}
|
|
100
|
+
</ul>
|
|
101
101
|
</div>
|
|
102
102
|
</div>
|
|
103
|
-
{
|
|
104
|
-
page.lang == "en" -%}
|
|
103
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
|
|
105
104
|
</div>
|
|
106
105
|
</div>
|
|
107
|
-
{%- endif -%}
|
|
108
106
|
</div>
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
<div class="container">
|
|
113
|
-
<div class="row">
|
|
107
|
+
{%- endif -%} {%- endif -%}
|
|
108
|
+
<div class="home-content-box" id="theme-content-box">{{content}}</div>
|
|
109
|
+
{%- if homeData.TEXTUAL_CONTENT -%}
|
|
110
|
+
<div class="container mt-4 mb-4">
|
|
111
|
+
<div class="row px-0">
|
|
114
112
|
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
|
|
115
113
|
<div class="col-md-9 mx-auto">
|
|
116
114
|
<div class="row">
|
|
117
|
-
{%- endif -%}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
115
|
+
{%- endif -%} {% assign totalHeaderCount = 0 %} {% for data in
|
|
116
|
+
homeData.TEXTUAL_CONTENT %} {% assign words = data.header | split: "
|
|
117
|
+
" %} {% assign word_count = words | size %} {% assign
|
|
118
|
+
totalHeaderCount = totalHeaderCount | plus: word_count %} {% endfor
|
|
119
|
+
%} {% for data in homeData.TEXTUAL_CONTENT %}
|
|
120
|
+
<div
|
|
121
|
+
class="{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} col-md-6 my-4 {%- else -%} col-md-4 my-4 {%- endif -%}"
|
|
122
|
+
>
|
|
123
|
+
<div>
|
|
124
|
+
<img
|
|
125
|
+
class="feature-card-img"
|
|
126
|
+
height="48px"
|
|
127
|
+
width="48px"
|
|
128
|
+
loading="lazy"
|
|
129
|
+
src="{{data.logoUrl}}"
|
|
130
|
+
alt="{{data.header}}"
|
|
131
|
+
{%-
|
|
132
|
+
if
|
|
133
|
+
site.crossorigin
|
|
134
|
+
-%}
|
|
135
|
+
crossorigin
|
|
136
|
+
{%-
|
|
137
|
+
endif
|
|
138
|
+
-%}
|
|
139
|
+
/>
|
|
141
140
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
141
|
+
{%- if totalHeaderCount > site.count_of_words_in_headings -%}
|
|
142
|
+
<h2 class="feature-card-title">
|
|
143
|
+
{{data.header | replace: "$variable", page.value}}
|
|
144
|
+
</h2>
|
|
145
|
+
{%- else -%}
|
|
146
|
+
<div class="feature-card-title">
|
|
147
|
+
{{data.header | replace: "$variable", page.value}}
|
|
148
|
+
</div>
|
|
149
|
+
{%- endif -%}
|
|
150
|
+
<div class="feature-card-desc">
|
|
151
|
+
{{data.content | replace: "$variable", page.value}}
|
|
152
|
+
</div>
|
|
148
153
|
</div>
|
|
149
154
|
</div>
|
|
150
|
-
{%- if site.monumetricId and page.url != '/' and
|
|
151
|
-
-%}
|
|
155
|
+
{% endfor %} {%- if site.monumetricId and page.url != '/' and
|
|
156
|
+
page.lang == "en" -%}
|
|
152
157
|
</div>
|
|
153
158
|
</div>
|
|
154
159
|
{%- endif -%}
|
|
155
160
|
</div>
|
|
156
161
|
</div>
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
{{
|
|
182
|
-
|
|
162
|
+
{%- endif -%} {%- if homeData.HOW_TO_CONTENT -%}
|
|
163
|
+
<section class="how-to-section">
|
|
164
|
+
<div class="container">
|
|
165
|
+
<div class="row">
|
|
166
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
|
|
167
|
+
<div class="col-md-9 mx-auto">
|
|
168
|
+
<div class="row">
|
|
169
|
+
{%- endif -%}
|
|
170
|
+
<div class="col-md-6 order-0">
|
|
171
|
+
{%- if featureData.HOW_TO_CONTENT.YoutubeVideoUrl -%}
|
|
172
|
+
<div class="how-to-video-wrapper">
|
|
173
|
+
<iframe
|
|
174
|
+
width="500"
|
|
175
|
+
height="315"
|
|
176
|
+
src="https://www.youtube.com/embed/{{featureData.HOW_TO_CONTENT.YoutubeVideoUrl}}?autoplay=1&mute=1"
|
|
177
|
+
>
|
|
178
|
+
</iframe>
|
|
179
|
+
</div>
|
|
180
|
+
{%- else -%}
|
|
181
|
+
<div class="how-to-img-wrapper">
|
|
182
|
+
<img
|
|
183
|
+
class="how-to-leftimg"
|
|
184
|
+
height="180px"
|
|
185
|
+
width="300px"
|
|
186
|
+
src="{{homeData.HOW_TO_CONTENT.logoImageUrl}}"
|
|
187
|
+
loading="lazy"
|
|
188
|
+
alt="{{homeData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}"
|
|
189
|
+
{%-
|
|
190
|
+
if
|
|
191
|
+
site.crossorigin
|
|
192
|
+
-%}
|
|
193
|
+
crossorigin
|
|
194
|
+
{%-
|
|
195
|
+
endif
|
|
196
|
+
-%}
|
|
197
|
+
/>
|
|
183
198
|
</div>
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
199
|
+
{%- endif -%}
|
|
200
|
+
</div>
|
|
201
|
+
<div class="col-md-6 order-1">
|
|
202
|
+
<div class="how-to-right">
|
|
203
|
+
<h3 class="how-to-title text-left">
|
|
204
|
+
{{homeData.HOW_TO_CONTENT.heading | replace: "$variable",
|
|
205
|
+
page.value}}
|
|
206
|
+
</h3>
|
|
207
|
+
<ol class="how-to-list">
|
|
208
|
+
{% for data in homeData.HOW_TO_CONTENT.steps %}
|
|
209
|
+
|
|
210
|
+
<li id="step{{forloop.index}}" class="how-to-list-item">
|
|
211
|
+
<span>{{forloop.index}}.</span>{{data | replace:
|
|
212
|
+
"$variable", page.value}}
|
|
213
|
+
</li>
|
|
214
|
+
{% endfor %}
|
|
215
|
+
</ol>
|
|
216
|
+
</div>
|
|
217
|
+
</div>
|
|
218
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == "en"
|
|
219
|
+
-%}
|
|
220
|
+
</div>
|
|
187
221
|
</div>
|
|
222
|
+
{%- endif -%}
|
|
188
223
|
</div>
|
|
189
224
|
</div>
|
|
225
|
+
</section>
|
|
226
|
+
{%- endif -%} {%- assign showFaqs = true -%} {%- for item in site.noFaqsList
|
|
227
|
+
-%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break
|
|
228
|
+
-%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%}
|
|
229
|
+
{%- if showFaqs == true -%} {%- if homeData.FAQ -%}
|
|
230
|
+
<section class="faq-section">
|
|
231
|
+
<div class="container">
|
|
232
|
+
<div class="row">
|
|
233
|
+
<div class="col-md-8 mx-auto">
|
|
234
|
+
<div class="faq">
|
|
235
|
+
{%- if homeData.FAQ.size>0 -%}
|
|
236
|
+
<h3 class="feature-h1 text-center mb-4">
|
|
237
|
+
{{homeData.faqheading | default: 'Frequently Asked Questions'}}
|
|
238
|
+
</h3>
|
|
239
|
+
{%- endif -%}
|
|
240
|
+
<ul class="list-unstyled">
|
|
241
|
+
{% for data in homeData.FAQ %}
|
|
242
|
+
<li>
|
|
243
|
+
<h3 class="faq-question" itemprop="name">
|
|
244
|
+
{{data.question | replace: "$variable", page.value}}<em
|
|
245
|
+
style="transform: rotate(-135deg)"
|
|
246
|
+
>
|
|
247
|
+
<i></i
|
|
248
|
+
></em>
|
|
249
|
+
</h3>
|
|
250
|
+
<div style="display: block">
|
|
251
|
+
<p class="faq-answer" itemprop="text">
|
|
252
|
+
{{data.answer | replace: "$variable", page.value}}
|
|
253
|
+
</p>
|
|
254
|
+
</div>
|
|
255
|
+
</li>
|
|
256
|
+
{% endfor %}
|
|
257
|
+
</ul>
|
|
258
|
+
</div>
|
|
259
|
+
</div>
|
|
260
|
+
</div>
|
|
261
|
+
</div>
|
|
262
|
+
</section>
|
|
263
|
+
{%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%-
|
|
264
|
+
include Rating/rating.html -%} {%- if homeData.USPS -%} {%- include
|
|
265
|
+
/Usp/usp.html -%} {%- endif -%} {%- if homeData.display_formats -%}
|
|
266
|
+
<div class="container file-detail-table">
|
|
267
|
+
{%- include fileformat/fileformatdetail.html -%}
|
|
190
268
|
</div>
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
{%-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
customblog/recentposts.html -%} {% endif %} {%- endif -%}
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
{%- if homeData.author.size > 0 -%}
|
|
218
|
-
{% include featurePageAuthors/featurePageAuthors.html %}
|
|
219
|
-
{%- endif -%}
|
|
220
|
-
{% include footer/index.html %}
|
|
221
|
-
|
|
222
|
-
{% include script.html %}
|
|
223
|
-
</body>
|
|
224
|
-
|
|
225
|
-
</html>
|
|
269
|
+
{%- endif -%} {%- if homeData.compare_formats -%}
|
|
270
|
+
<div class="container compare-table">
|
|
271
|
+
{%- include fileformat/comparisonfiles.html -%}
|
|
272
|
+
</div>
|
|
273
|
+
{%- endif -%} {%- if site.customCode -%} {%- include customCode.html -%} {%-
|
|
274
|
+
endif -%} {%- assign langen = "en" -%} {%- if
|
|
275
|
+
site.data[folder][langen][file].categories -%} {% assign categories=
|
|
276
|
+
site.data[folder][langen][file].categories %} {%- else -%} {% assign
|
|
277
|
+
categories= page.categories %} {%- endif -%} {%- if
|
|
278
|
+
site.data[folder][langen][file].tags -%} {% assign tags=
|
|
279
|
+
site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
|
|
280
|
+
page.tags %} {%- endif -%} {%- if categories.size> 0 or tags.size>0-%} {%-
|
|
281
|
+
include section/related_categories_post.html -%} {%- else -%} {%- include
|
|
282
|
+
section/recent_posts.html -%} {% endif %} {%- if site.customblogdata -%} {%-
|
|
283
|
+
if categories.size> 0 or tags.size>0-%} {%- include
|
|
284
|
+
customblog/relatedposts.html -%} {%- else -%} {%- include
|
|
285
|
+
customblog/recentposts.html -%} {% endif %} {%- endif -%} {%- if
|
|
286
|
+
homeData.author.size > 0 -%} {% include
|
|
287
|
+
featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {% include
|
|
288
|
+
footer/index.html %} {% include script.html %}
|
|
289
|
+
</body>
|
|
290
|
+
</html>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.
|
|
4
|
+
version: 3.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
@@ -114,6 +114,7 @@ files:
|
|
|
114
114
|
- _includes/bookmark.html
|
|
115
115
|
- _includes/cssfile/links.html
|
|
116
116
|
- _includes/custom-head.html
|
|
117
|
+
- _includes/customCode.html
|
|
117
118
|
- _includes/customScripts.html
|
|
118
119
|
- _includes/customblog/recentposts.html
|
|
119
120
|
- _includes/customblog/relatedposts.html
|