appscms-tools-theme 4.1.8 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efb195ca5f576851b232d7522d75c4345aadf4c349f3154030a35a61c17ad6aa
4
- data.tar.gz: 79c02bf1b4879e64e6354a21bce6740d6477d85f5476c46b80c0db26b4243a09
3
+ metadata.gz: 5b6a4d93553977f99de979b1a07b240ce52992d7eda3a23894f5bd6e3f2f1410
4
+ data.tar.gz: 8ee71800527fdd23f87af7e327908c451ec260c730d836b0292b1a822f83997a
5
5
  SHA512:
6
- metadata.gz: eb6540a111dd70584a2dedf3001f4c37a9d9679c28c6bc588b1fabc5b9da242cfca018f0866fbddbfd80074b571517f29d1fd82872490ee043da2aca5b57ec6d
7
- data.tar.gz: cf99435edff9fab28b3a5267099fbdc57ac0fa7a6b69be8b2ace211ab667607a53fb60b5a7d99833a4ed5161f2a4e52ee4d93c0ff8949c8da2932512f56f4188
6
+ metadata.gz: 77450644c6c41c22a94bf29c682d2d583541eb55bc59088f026179d3be9081797888fd63f06a586ca7a96fc11dda62a2f66e0969afb33a0aa42742d219abd450
7
+ data.tar.gz: 366d357717a7a2421a164333e0f8ffac38a04ecadb941777725b039016d0d5e20dd77704f1c2d3939b0d39226d3b4e047ee84d633a6527a736a8ea1415b74cff
@@ -18,24 +18,19 @@
18
18
  "imgwidth": "40px",
19
19
  "imgheight": "40px",
20
20
  "imgalt": "altvalue",
21
- "author": "Keshav Agarwal",
21
+
22
22
  "contributors": [
23
23
  {
24
- "name": "aditya thakur"
24
+ "name": "RK Shree"
25
25
  },
26
26
  {
27
- "name": "Suchita Kasab"
28
- },
29
- {
30
- "name": "balark"
31
- },
32
- {
33
- "name": "pallavi"
34
- },
35
- {
36
- "name": "Nikita"
27
+ "name": "Taufik Ali"
37
28
  }
38
- ],
29
+ ],
30
+ "categories": [],
31
+ "primaryKeywords": [],
32
+ "secondaryKeywords": [],
33
+ "author": "Debosmita Bedajna",
39
34
  "TEXTUAL_CONTENT": [
40
35
  {
41
36
  "priority": 1,
@@ -21,7 +21,7 @@
21
21
 
22
22
  <div class="featurePageAuthor">
23
23
  <a
24
- href="/authors/{{featureAuthor | downcase | replace: ' ' , '-'' }}"
24
+ href="/authors/{{featureAuthorName | downcase | replace: ' ', '-' }}"
25
25
  class="author_image d-flex justify-content-center"
26
26
  >
27
27
  <img
@@ -30,7 +30,7 @@
30
30
  src="{{ featureAuthorImage }}"
31
31
  height="35px"
32
32
  width="35px"
33
- alt="{{ featureAuthor}}"
33
+ alt="{{ featureAuthorName }}"
34
34
  id="author_img"
35
35
  {%-
36
36
  if
@@ -46,9 +46,9 @@
46
46
  <p class="mb-0 authorName text-capitalize">
47
47
  <a
48
48
  target="_blank"
49
- href="/authors/{{featureAuthor | downcase | replace: ' ' , '-'' }}"
49
+ href="/authors/{{featureAuthorName | downcase | replace: ' ','-' }}"
50
50
  >
51
- {{featureAuthor}}
51
+ {{featureAuthorName}}
52
52
  </a>
53
53
  </p>
54
54
  <p class="author_bio mb-0">{{featureAuthorBio}}</p>
@@ -20,6 +20,8 @@
20
20
  </div>
21
21
  </div>
22
22
  {%- endif -%}
23
+ <div class="appscms-sidebar-left"></div>
24
+ <div class="appscms-sidebar-right"></div>
23
25
  <div class="flex-container pb-3">
24
26
  <div class="flex-class py-4 mt-4 mt-md-0">
25
27
  <div class="d-flex justify-content-center align-items-center">
@@ -6,6 +6,8 @@
6
6
 
7
7
  <body>
8
8
  {% include header/index.html %}
9
+ <div class="appscms-sidebar-left"></div>
10
+ <div class="appscms-sidebar-right"></div>
9
11
  <div class="flex-container pb-3">
10
12
  <div class="flex-class py-4 mt-4 mt-md-0">
11
13
  <div class="d-flex justify-content-center align-items-center">
@@ -4,7 +4,8 @@
4
4
 
5
5
  <body>
6
6
  {% include header/index.html %}
7
-
7
+ <div class="appscms-sidebar-left"></div>
8
+ <div class="appscms-sidebar-right"></div>
8
9
  <div class="flex-container mb-1">
9
10
  <div class="flex-class py-5">
10
11
  <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
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: 4.1.8
4
+ version: 4.2.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: 2024-01-04 00:00:00.000000000 Z
11
+ date: 2024-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll