appscms-tools-theme 0.6.8 → 0.6.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/header/index.html +11 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce4bf8fa73a20f1d62fe1c1d8746216b5fc24ec0f64a22fa83b0e943482d4220
4
- data.tar.gz: c11f2db4a8ed7a14e945302b6500fb25a6ac5c9f1971998910b69f2e7e682217
3
+ metadata.gz: 0e5feb1870c91fd580aefffa4abd5679cee117a4c425ab1af324d9437e502c3f
4
+ data.tar.gz: 869c7cdc56c40b6479f8364f01d52331303bfb72627316cb4d5f6d65ac7ee6cc
5
5
  SHA512:
6
- metadata.gz: ecf3b0a49f69717260a80f94017225dccd13b94bd90ccb99d712d7e7ed4cf9da89cabfff674488c368a195233d7d51363dae440f8de024c3ed78091539e4b207
7
- data.tar.gz: fa0b179f2f30134a873474e926e4c7d3daa1db7de3ce5fb12979487b0e2ab31dce5af44f2815504639cfc9628a85d84bda88db7b892451a5f685dc97167ff77c
6
+ metadata.gz: 61db1943c7875c607c4816ec2a240e595e05cb631052c66c275a0845bd442590283538b5825f6749b55f0efee4476ab81eb07cc6539eba2b928b4629dbe2f914
7
+ data.tar.gz: 053054f00b02b88085fea39d46d08f7aed4fca8749005a8c4a5dc9ed08b7c9d37ef8db5cd2a73ff84c38530a4550f0f909edeca3a9b478749f82b0bf2a7389cc
@@ -34,7 +34,12 @@
34
34
  <li class="text-muted">{{item.categoryName}}</li>
35
35
  <div> {%- for item in item.links -%}
36
36
  <li>
37
- <a href="{{item.url}}"><img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">{{item.name}}</li></a>
37
+ <a href="{{item.url}}">
38
+ {%- if item.iconSrc -%}
39
+ <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">
40
+ {%- endif -%}
41
+ {{item.name}}
42
+ </a></li>
38
43
  {%- endfor -%}
39
44
  </div>
40
45
  </div>
@@ -55,7 +60,11 @@
55
60
  <li class="text-muted">{{item.categoryName}}</li>
56
61
  <div> {%- for item in item.links -%}
57
62
  <li>
58
- <a href="{{item.url}}"><img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">{{item.name}}</li></a>
63
+ <a href="{{item.url}}">
64
+ {%- if item.iconSrc -%}
65
+ <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">
66
+ {%- endif -%}
67
+ {{item.name}}</a> </li>
59
68
  {%- endfor -%}
60
69
  </div>
61
70
  </div>
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.8
4
+ version: 0.6.9
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-28 00:00:00.000000000 Z
11
+ date: 2021-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll