elixir-toolkit-theme-plugins 0.1.3 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51b1e1c34269978fe9a4fbce7cfec054afab7249dca681e6c416853e657927d0
|
4
|
+
data.tar.gz: 44d34321341962899b93dba6359c6f726542e78342d4026aa6f4b6c079069674
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96fd0740e7d3501f4d856f72d074bf6d195fdd943a30b9d6b47eade263775a4033dcd92ef21b143c812553f5ce6298a812d2b0e1be0b5fb01ba8f80a410b5e5e
|
7
|
+
data.tar.gz: f1fa1db24d8fdb85395e3845143f4ba050122c04fc522eca75226eead75486ffeee05cff2246c1aefece3c5fa4d14ad715541a935787b056af88e664b87a99f5
|
@@ -27,7 +27,7 @@ module Jekyll
|
|
27
27
|
data-bs-toggle="popover"
|
28
28
|
data-bs-placement="bottom"
|
29
29
|
data-bs-trigger="focus"
|
30
|
-
data-bs-content="<h5
|
30
|
+
data-bs-content="<h5>#{tool["name"]}</h5><div class='mb-2'>#{tool["description"]}</div><a href='#{tool["url"]}'target='_blank'><span class='badge bg-dark text-white hover-primary'><i class='fa-solid fa-link me-2'></i>Website</span></a>#{tags}"
|
31
31
|
data-bs-template="<div class='popover popover-tool' role='tooltip'><div class='popover-arrow'></div><h3 class='popover-header'></h3><div class='popover-body'></div></div>"
|
32
32
|
data-bs-html="true"
|
33
33
|
><i class="fa-solid fa-wrench me-2"></i>#{ tool["name"] }</a>}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elixir-toolkit-theme-plugins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bedroesb
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2023-
|
13
|
+
date: 2023-05-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jekyll
|