appscms-tools-theme 2.0.1 → 2.0.4

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: 8e1e466c7ec2ea2858c298ffb8f74b2e3f649c99bbe03af029dfd56d85c8adbe
4
- data.tar.gz: 472c3a40c19d467b9421380ce499b34e6446fd7acc9fb5bacc1b71253922dc55
3
+ metadata.gz: 12b48cb1916ce9ca4a8bbdfb36d4105e226511b1f077bc2c7c18273de179d564
4
+ data.tar.gz: b94af35132ea7e84c41a7bc4435711fca7875c25126a374bbdec6270222d35e2
5
5
  SHA512:
6
- metadata.gz: 6bbd556055f6d8c3481319b4b5d0efda99e8647be17508de740d37313fc8e705464d0001e48283c038a38dcb10c6c13cf244c7ee603adeb44186df476299d5c4
7
- data.tar.gz: 7aa720e79a09bc6630863d09c95c3e678d1fd11976ad7ee3597ef5b2760a56eed0b609ee35ba7937026c8beb7b61743a1e6dab41c723e631324c3fff51789c78
6
+ metadata.gz: 32f56156772bf2b7ac7c42b2bc5925dc742e98b7a56817ccaa7042dd2214b26f6be9f9f33fd966826ffc63b1ebb7fc45e47fea62b65e51768b1786f523ff0125
7
+ data.tar.gz: 4d00db039eb1dfa3fca94d5262e768eb19b32281a9f37b6c1574ddc79efc3feebab043a38fa9d76cb42fa528c8a5cde557e5539afd1143516f92992cd29d1b2d
@@ -34,6 +34,17 @@ writer is hidden in me. You can found me with my laptop either coding or writing
34
34
  {% assign shubhangi = "Shubhangi Singh&&/assets/images/sona.jpeg&&I am pursuing a degree in computer science and love
35
35
  reading. I am also a BTS Army and enjoy anime and K-dramas. My favourite pastime is reading on Wattpad.&&N/A" | split:
36
36
  '&&' %}
37
+ {% assign balark = "Balark Singhal&&/assets/images/balark.jpeg&&I am a poet and a writer, a few of them also got
38
+ published
39
+ in some anthologies like Brave Heart of the motherland, and Scarlet Wings.I love to write Shayari and poetries and also
40
+ in my free time I like to do skating, swimming and read books.&&N/A" | split:
41
+ '&&' %}
42
+ {% assign udit = "Udit Agarwal&&/assets/images/udit.jpg&&Udit Agarwal is a Digital Marketer and a Content
43
+ Marketing Specialist, He enjoys technical as well as non-technical writing. His passion and urge for gaining new
44
+ insights has led him here. He quenches his thirst for technology through his action oriented writing skills and a
45
+ profound ability to stay up to date with latest industry trends.&&N/A" | split:
46
+ '&&' %}
47
+
37
48
  {%- assign postAuthor = post.author | split: " " -%}
38
49
  {%- assign author = postAuthor.first | downcase -%}
39
50
  {%- assign collection = [author] -%}
@@ -77,18 +77,19 @@
77
77
  {%- else -%}
78
78
  <meta name="description" content="{{description}}" />
79
79
  {%- endif -%}
80
- <link rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
81
- endif -%}>
80
+ <link rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
81
+ {%- endif -%}>
82
82
  <link rel="canonical" href="{{site.url | append: page.url}}" />
83
83
  {%- if dataToShow.css -%}
84
- <link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
85
- {%- else -%}
86
- <link rel="stylesheet" href="/assets/css/tools.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
84
+ <link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
87
85
  -%} />
86
+ {%- else -%}
87
+ <link rel="stylesheet" href="/assets/css/tools.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
88
+ endif -%} />
88
89
  {%- endif -%}
89
90
  {%- if site.monumetricId -%}
90
- <link rel="stylesheet" href="/assets/css/responsive.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
91
- -%} />
91
+ <link rel="stylesheet" href="/assets/css/responsive.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
92
+ endif -%} />
92
93
  {%- endif -%}
93
94
 
94
95
  <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
@@ -206,4 +207,6 @@
206
207
  {%- include monumetric/monumetric.html -%}
207
208
  {%- endif -%}
208
209
 
210
+ {%- include monumetric/ads.html -%}
211
+
209
212
  </head>
@@ -53,5 +53,6 @@
53
53
  }
54
54
  </script>
55
55
  <script type="text/javascript" delay="{{site.monumetricId}}"></script>
56
+
56
57
  {% endif %}
57
58
  {% endif %}
@@ -20,8 +20,8 @@
20
20
  replace: "$tool", page.tool }}
21
21
  {%- endfor -%}
22
22
  {%- endif -%}
23
- <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js"></script>
23
+ <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js" crossorigin="anonymous"></script>
24
24
  <script>WebFont.load({ google: { families: ['Source Sans Pro:200,300,400,500,600,700,800&display=swap'] } })</script>
25
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
25
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
26
26
  integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
27
27
  crossorigin="anonymous" referrerpolicy="no-referrer" />
Binary file
Binary file
Binary file
Binary file
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: 2.0.1
4
+ version: 2.0.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: 2022-06-28 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -279,6 +279,7 @@ files:
279
279
  - assets/images/adblock.svg
280
280
  - assets/images/alka.webp
281
281
  - assets/images/avatar.png
282
+ - assets/images/balark.jpeg
282
283
  - assets/images/fileformat.webp
283
284
  - assets/images/keshav.webp
284
285
  - assets/images/krutika.jpeg
@@ -288,6 +289,9 @@ files:
288
289
  - assets/images/safevideoconverter.svg
289
290
  - assets/images/siddhika.jpeg
290
291
  - assets/images/sona.jpeg
292
+ - assets/images/udit.jpeg
293
+ - assets/images/udit.jpg
294
+ - assets/images/udit.png
291
295
  - assets/images/uo.svg
292
296
  - assets/instagram.svg
293
297
  - assets/js/TopScroll.js