appscms-tools-theme 0.8.4 → 0.8.5
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/head/index.html +34 -30
- 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: b139bd1d8e620e6fc3aae9c15f19527aa3a0ec9eaf2741cb823e9124b1b923df
|
|
4
|
+
data.tar.gz: 45329ec0c9ee294f476ea1a1f94e33097a84d45f8edb49d3eecde250b122e1f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dca0fc395ae735e725eb79e9768519986212b587b78e1ca1692351daa8252ff5124b1f660ed256da522713c1c875500282662bd8a67e54a73000d1c38111538a
|
|
7
|
+
data.tar.gz: 6615c7f673d6dee9d039e38d2988f06436891bdec8fc5ce97985b086f3e35a26911542af322d6dbe97d4e523487082949aaa7ca94f72dba5a52e2b76d222c436
|
data/_includes/head/index.html
CHANGED
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"alternateName": "{{site.alternateName}}",
|
|
58
58
|
"url": "{{site.siteurl}}"}
|
|
59
59
|
</script>
|
|
60
|
+
{%- if dataToShow.HOW_TO_CONTENT -%}
|
|
60
61
|
{%- if dataToShow.HOW_TO_CONTENT.heading != '' -%}
|
|
61
62
|
<script type="application/ld+json">
|
|
62
63
|
{
|
|
@@ -84,37 +85,40 @@
|
|
|
84
85
|
}
|
|
85
86
|
</script>
|
|
86
87
|
{%- endif -%}
|
|
87
|
-
|
|
88
|
-
{%- if dataToShow.FAQ.first.question !='' -%}
|
|
89
|
-
|
|
90
|
-
<script type="application/ld+json">
|
|
91
|
-
{
|
|
92
|
-
"@context": "http://schema.org",
|
|
93
|
-
"@type": "FAQPage",
|
|
94
|
-
"mainEntity": [
|
|
95
|
-
{%- for item in dataToShow.FAQ-%}
|
|
96
|
-
{%- if forloop.last == true -%}
|
|
97
|
-
{"@type": "Question",
|
|
98
|
-
"name": "{{item.question | replace:'"', "'" }}",
|
|
99
|
-
"acceptedAnswer": {
|
|
100
|
-
"@type": "Answer",
|
|
101
|
-
"text": "{{item.answer | replace:'"', "'" }}"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
{%- else -%}
|
|
105
|
-
{"@type": "Question",
|
|
106
|
-
"name": "{{item.question | replace:'"', "'" }}",
|
|
107
|
-
"acceptedAnswer": {
|
|
108
|
-
"@type": "Answer",
|
|
109
|
-
"text": "{{item.answer | replace:'"', "'" }}"
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
{%- endif -%}
|
|
113
|
-
{%- endfor -%}
|
|
114
|
-
]
|
|
115
|
-
}
|
|
116
|
-
</script>
|
|
117
88
|
{%- endif -%}
|
|
89
|
+
|
|
90
|
+
{%- if dataToShow.FAQ -%}
|
|
91
|
+
{%- if dataToShow.FAQ.first.question !='' -%}
|
|
92
|
+
<script type="application/ld+json">
|
|
93
|
+
{
|
|
94
|
+
"@context": "http://schema.org",
|
|
95
|
+
"@type": "FAQPage",
|
|
96
|
+
"mainEntity": [
|
|
97
|
+
{%- for item in dataToShow.FAQ-%}
|
|
98
|
+
{%- if forloop.last == true -%}
|
|
99
|
+
{"@type": "Question",
|
|
100
|
+
"name": "{{item.question | replace:'"', "'" }}",
|
|
101
|
+
"acceptedAnswer": {
|
|
102
|
+
"@type": "Answer",
|
|
103
|
+
"text": "{{item.answer | replace:'"', "'" }}"
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
{%- else -%}
|
|
107
|
+
{"@type": "Question",
|
|
108
|
+
"name": "{{item.question | replace:'"', "'" }}",
|
|
109
|
+
"acceptedAnswer": {
|
|
110
|
+
"@type": "Answer",
|
|
111
|
+
"text": "{{item.answer | replace:'"', "'" }}"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{%- endif -%}
|
|
115
|
+
{%- endfor -%}
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
</script>
|
|
119
|
+
{%- endif -%}
|
|
120
|
+
{%- endif -%}
|
|
121
|
+
|
|
118
122
|
|
|
119
123
|
{%- if page.tool -%}
|
|
120
124
|
{%- include Rating/structureddata.html -%}
|
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: 0.8.
|
|
4
|
+
version: 0.8.5
|
|
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-06-
|
|
11
|
+
date: 2021-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|