appscms-tools-theme 0.6.3 → 0.6.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b892f5271cd82b130a4badb5d7fdfa9b959d41fbe9cf443956bdb7a997c71c0
4
- data.tar.gz: 6f08b1f9e9cb73e733194a4b22730ed3b83babf9329b02692d4c762e0d72ffa6
3
+ metadata.gz: aeaa8dff3cd7c06aa59f663c506d64c213e28f12d5942b3f225a032afb8ebea4
4
+ data.tar.gz: 91d20651e863bb0400ccfcef92c7075680925ad60db3b3ccbeaa34f7ae024b6b
5
5
  SHA512:
6
- metadata.gz: 0eac66ef8ea01d97e0ffb90297e7dd9e662cb10caea8bcc3bc5a191b69335dbfdebdbafc2c171cca76490753560c7656f4e4d6bcecd0eb707acfb0d1d7be043c
7
- data.tar.gz: f221dbbb1c9a7f3af8b5d42a6c7f0e5700225180a58f56e6633151eab5911896ce167dd21772fabde1fd8704d6a189ab6443a37f7b1d51a8a34ced8da2a26a88
6
+ metadata.gz: d4edf44e81274cd9b429183c6f3b71171e2cf97e385919aaaee1e16fe0f96ddd47998801405a854f14eadfbe572f8b8cf7a892700a8be7ad3a9c5bb0ea6ce04d
7
+ data.tar.gz: 16f38ba0f3a2250a2bb147b9327a3034dc09546052df8262b6b5abedf37651ed754fbccacd32ae398e53bfaeb7fe5a9f2c3b94fe3fb37fd517ea310a9fb8cbcb
@@ -96,7 +96,7 @@
96
96
  "Set $variable minutes for alarm.",
97
97
  "Choose sound of your choice.",
98
98
  "Click submit to set alarm, that's it !."
99
- ]
99
+ ]
100
100
  },
101
101
  "FAQ": [
102
102
  {
@@ -50,7 +50,7 @@
50
50
  "alternateName": "{{site.alternateName}}",
51
51
  "url": "{{site.siteurl}}"}
52
52
  </script>
53
- {%- if dataToShow.HOW_TO_CONTENT -%}
53
+ {%- if dataToShow.HOW_TO_CONTENT.size>0 -%}
54
54
 
55
55
  <script type="application/ld+json">
56
56
  {
@@ -79,7 +79,7 @@
79
79
  </script>
80
80
  {%- endif -%}
81
81
 
82
- {%- if dataToShow.FAQ -%}
82
+ {%- if dataToShow.FAQ.size>0 -%}
83
83
 
84
84
  <script type="application/ld+json">
85
85
  {
@@ -87,7 +87,9 @@
87
87
  <div class="row">
88
88
  <div class="col-md-8 mx-auto">
89
89
  <div class="faq">
90
+ {%- if featureData.FAQ.size>0 -%}
90
91
  <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
92
+ {%- endif -%}
91
93
  <ul class="list-unstyled">
92
94
  {% for data in featureData.FAQ %}
93
95
  <li>
data/_layouts/home.html CHANGED
@@ -83,7 +83,9 @@
83
83
  <div class="row">
84
84
  <div class="col-md-8 mx-auto">
85
85
  <div class="faq">
86
- <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
86
+ {%- if homeData.FAQ.size>0 -%}
87
+ <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
88
+ {%- endif -%}
87
89
  <ul class="list-unstyled">
88
90
  {% for data in homeData.FAQ %}
89
91
  <li>
data/assets/css/blog.css CHANGED
@@ -149,6 +149,7 @@ header {
149
149
  .explore ul {
150
150
  display: flex;
151
151
  list-style: none;
152
+ flex-wrap: wrap;
152
153
  }
153
154
  .cat {
154
155
  display: inline-block;
@@ -407,19 +408,19 @@ header {
407
408
  }
408
409
 
409
410
  /* recent post heading stlye */
410
- .recent_post_heading{
411
- width:100%;
411
+ .recent_post_heading {
412
+ width: 100%;
412
413
  font-size: 46px;
413
414
  text-align: left;
414
- font-weight: 800;
415
- font-stretch: normal;
416
- font-style: normal;
417
- line-height: 1.24;
418
- letter-spacing: normal;
419
- color: rgb(17, 48, 78);
420
- margin-bottom: 45px;
421
- padding-top: 75px;
422
- display: inline-block;
415
+ font-weight: 800;
416
+ font-stretch: normal;
417
+ font-style: normal;
418
+ line-height: 1.24;
419
+ letter-spacing: normal;
420
+ color: rgb(17, 48, 78);
421
+ margin-bottom: 45px;
422
+ padding-top: 75px;
423
+ display: inline-block;
423
424
  }
424
425
 
425
426
  @media (max-width: 768px) {
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.6.3
4
+ version: 0.6.4
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-05-05 00:00:00.000000000 Z
11
+ date: 2021-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll