appscms-tools-theme 1.4.3 → 1.4.7

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: da088a493f21695be479920b92fce8821f9cf51c9f20f6f374937e94b8f5c713
4
- data.tar.gz: 0c9bc6e6a18c664f66aa18d874f16555cb6670bc6f3008069a8c5b8884991839
3
+ metadata.gz: ac92bacadd9c54d738aec8e091cb1a44a5f44f3a4163dbcb80ade1d4ac18df9d
4
+ data.tar.gz: fbb446228a57bb18f5986a1054578389b16f7f5303b24f2daf489350a164428d
5
5
  SHA512:
6
- metadata.gz: 4b4496f93ee23461cb2b7b6d565dc5d9d93d8bb3e9e6bfe95b074819534c7859d12cdd70cf1efddae27cd19b91fdb8e19cc0b211b9d78e9742d315b8ef1b3f5b
7
- data.tar.gz: 2ee86786a934d9bcf0f39d639c2cac7ae0eecc0976cba50cc2df2c5b9437b4af323d7f9f694a7a9e43a96ab699fb8a79d2206c58c5270d8cc6396fcd313ad1fa
6
+ metadata.gz: 6e2a9a234ddfe48111f0a56ae9b4527dcc12a6c517656e8a186d1662157a3600ed32c4c3b226c7a2178c5dd7988bb3aa04ab40af442dbfb1de5caf7f7061cfdb
7
+ data.tar.gz: d44113999aed24c56b2df5e4f92e01da701e52ae40a1e7ef8718f2d674c0e3f4ebb8492df3896628c8104933e6e3abf2b0b29607ca8f1243b3fa523118537ca3
@@ -50,6 +50,7 @@
50
50
  {% for data in dataToShow.legal %}
51
51
  <div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
52
52
  {% endfor %}
53
+ {%- if site.internationalization -%}
53
54
  <div class="privacy-links-item">
54
55
  <button type="button" class="drop-down-btn" data-toggle="modal" data-target="#staticBackdrop">
55
56
  <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
@@ -149,6 +150,8 @@
149
150
  </div>
150
151
  </div>
151
152
  </div>
153
+ {%- endif -%}
154
+
152
155
  </div>
153
156
  </div>
154
157
  </footer>
@@ -43,7 +43,9 @@
43
43
  {%- endif -%} {%- if site.pwa -%}
44
44
  <link rel="manifest" href="/assets/js/manifest.json" />
45
45
  {%- endif -%}
46
+ {%- if site.internationalization condition -%}
46
47
  {%- include alternates/alternates.html -%}
48
+ {%- endif -%}
47
49
  {% include cssfile/links.html %}
48
50
  <script type="application/ld+json">
49
51
  {
data/_layouts/home.html CHANGED
@@ -155,11 +155,13 @@
155
155
  {%- else -%}
156
156
  {%- include section/recent_posts.html -%}
157
157
  {% endif %}
158
+ {%- if site.customblogdata -%}
158
159
  {%- if page.categories.size> 0 or page.tags.size>0-%}
159
160
  {%- include customblog/relatedposts.html -%}
160
161
  {%- else -%}
161
162
  {%- include customblog/recentposts.html -%}
162
163
  {% endif %}
164
+ {%- endif -%}
163
165
  {% include footer/index.html %}
164
166
  {% include script.html %}
165
167
  </body>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-09 00:00:00.000000000 Z
11
+ date: 2021-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll