appscms-tools-theme 0.5.9 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/Rating/rating.html +0 -2
- data/_includes/head/index.html +6 -5
- 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: 71372c2985f13042c312f655a48be3afdf514be2b14406d85f334dbb4e21c9fb
|
4
|
+
data.tar.gz: 4b1eb41c59ac5d9892e7e90bfc86155d8c709430fe9421d7450713effd63a52c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b132e71cdb86fa28e5fb2345dd5489a45f1441e411218192349abfee103689980ce1a40996a2f5deac32326bf8b7733941c92b78c5f8f0f1f2f30d8250391129
|
7
|
+
data.tar.gz: d86c25945125687dd6e01633a5ecdd107111391893abca09d82af94f63e90a966cc32e808a7fb89d09c38bfe8a8610f8976e5dc8d69918dcf4b104bc39dc5c87
|
@@ -35,8 +35,6 @@ fetch('https://ratingapi-main.netlify.app/.netlify/functions/api/v1/rating/add',
|
|
35
35
|
})
|
36
36
|
.then(response => response.json())
|
37
37
|
.then(data => {
|
38
|
-
console.log(data.rating);
|
39
|
-
console.log(rating);
|
40
38
|
ratingValue.innerText=data.rating
|
41
39
|
count.innerText=data.count
|
42
40
|
})
|
data/_includes/head/index.html
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
"@context": "http://schema.org",
|
48
48
|
"@type": "WebSite",
|
49
49
|
"name": "{{site.name}}",
|
50
|
-
"alternateName": "",
|
50
|
+
"alternateName": "{{site.alternateName}}",
|
51
51
|
"url": "{{site.siteurl}}"}
|
52
52
|
</script>
|
53
53
|
{%- if dataToShow.HOW_TO_CONTENT -%}
|
@@ -69,7 +69,7 @@
|
|
69
69
|
{%- else -%}
|
70
70
|
{ "@type": "HowToStep",
|
71
71
|
"text": "{{item}}",
|
72
|
-
"image": "{{site.
|
72
|
+
"image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
|
73
73
|
"url": "{{site.siteurl}}#step{{ forloop.index}}"
|
74
74
|
},
|
75
75
|
{%- endif -%}
|
@@ -79,10 +79,10 @@
|
|
79
79
|
</script>
|
80
80
|
{%- endif -%}
|
81
81
|
|
82
|
-
|
82
|
+
{%- if dataToShow.FAQ -%}
|
83
|
+
|
83
84
|
<script type="application/ld+json">
|
84
85
|
{
|
85
|
-
{%- if dataToShow.FAQ -%}
|
86
86
|
"@context": "http://schema.org",
|
87
87
|
"@type": "FAQPage",
|
88
88
|
"mainEntity": [
|
@@ -106,8 +106,9 @@
|
|
106
106
|
{%- endif -%}
|
107
107
|
{%- endfor -%}
|
108
108
|
]
|
109
|
-
|
109
|
+
}
|
110
110
|
</script>
|
111
|
+
{%- endif -%}
|
111
112
|
|
112
113
|
|
113
114
|
{%- include google-analytics.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.
|
4
|
+
version: 0.6.0
|
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-04-
|
11
|
+
date: 2021-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|