appscms-tools-theme 3.5.3 → 3.5.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 +1 -1
- data/_layouts/feature.html +1 -2
- data/_layouts/home.html +2 -4
- 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: 02c407839c012bc1afdff1760c2b494f1d9cb6648b6697d5031fced8831b5011
|
|
4
|
+
data.tar.gz: b1ff7e3976ebf322f77ac271c87bd3477d8281961f59453167dea42ea3e9b8ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 918cd3d2c257382506842cafe418b619e37591d675dc3c52469584b519a54956c1d318a8a6c44551713f6583e625460d4cbd0b4fb874f6ad24ad0b3c123e4378
|
|
7
|
+
data.tar.gz: 594377d44c489b1735b451c30d9a956f6768e8f49db6d968841b1fe73c4aedf3346c19394eedd595b6f09d49e5969142e060a4b12bfac000ee6a05b83aad2fd2
|
data/_includes/head/index.html
CHANGED
data/_layouts/feature.html
CHANGED
|
@@ -160,8 +160,7 @@
|
|
|
160
160
|
alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
|
|
161
161
|
<div class="feature-card-title">
|
|
162
162
|
{%- if totalHeaderCount > site.count_of_words_in_headings -%}
|
|
163
|
-
|
|
164
|
-
| capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
|
|
163
|
+
<h2 class="feature_heading" style="font-size: 16px; font-weight: 900;">{{data.header | replace: "$variable", page.value}}</h2>
|
|
165
164
|
{%- else -%}
|
|
166
165
|
{{data.header | replace: "$variable", page.value}}
|
|
167
166
|
{%- endif -%}
|
data/_layouts/home.html
CHANGED
|
@@ -142,11 +142,9 @@
|
|
|
142
142
|
/>
|
|
143
143
|
<div class="feature-card-title">
|
|
144
144
|
{%- if totalHeaderCount > site.count_of_words_in_headings -%}
|
|
145
|
-
|
|
146
|
-
{{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor
|
|
147
|
-
-%}
|
|
145
|
+
<h2 class="feature_heading" style="font-size: 16px; font-weight: 900;">{{data.header | replace: "$variable", page.value}}</h2>
|
|
148
146
|
{%- else -%}
|
|
149
|
-
|
|
147
|
+
{{data.header | replace: "$variable", page.value}}
|
|
150
148
|
{%- endif -%}
|
|
151
149
|
</div>
|
|
152
150
|
<div class="feature-card-desc">
|
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: 3.5.
|
|
4
|
+
version: 3.5.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: 2023-05-
|
|
11
|
+
date: 2023-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|