appscms-tools-theme 1.4.3 → 1.4.7
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/footer/index.html +3 -0
- data/_includes/head/index.html +2 -0
- data/_layouts/home.html +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac92bacadd9c54d738aec8e091cb1a44a5f44f3a4163dbcb80ade1d4ac18df9d
|
|
4
|
+
data.tar.gz: fbb446228a57bb18f5986a1054578389b16f7f5303b24f2daf489350a164428d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e2a9a234ddfe48111f0a56ae9b4527dcc12a6c517656e8a186d1662157a3600ed32c4c3b226c7a2178c5dd7988bb3aa04ab40af442dbfb1de5caf7f7061cfdb
|
|
7
|
+
data.tar.gz: d44113999aed24c56b2df5e4f92e01da701e52ae40a1e7ef8718f2d674c0e3f4ebb8492df3896628c8104933e6e3abf2b0b29607ca8f1243b3fa523118537ca3
|
data/_includes/footer/index.html
CHANGED
|
@@ -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>
|
data/_includes/head/index.html
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2021-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|