jekyll-theme-centos 2.2.0 → 2.2.1
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 +4 -4
- data/_includes/people/pubkeys.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 231610558464e28e695c690ae16b41b08a34cbcb69ef016799de86ecdce9824a
|
|
4
|
+
data.tar.gz: 005aa834b3a555906d7819cf4a37b85dd51ab3864712360e2f6269faadad00af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 681384217f4cfcf68b156ffe6467a9acac958e579aea396d30e742ae0d6c4a376b60c163c41312ebb80d5c8c2cc8de484d53ab5d17f603094793a7da313e2249
|
|
7
|
+
data.tar.gz: 0f2652bb1a7bca39f1ac898e0b5b3e6368221b0ab460c695285b8c78d2b8292f0eb4c5174be68a3dbbd706bbdc0a8b4ade82f7b6a892979a579a306b378af9db
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<p class="fw-bold">{{ pubkey.name }}</p>
|
|
17
17
|
<div class="input-group">
|
|
18
18
|
<textarea id="{{ pubkey.name }}-key-{{ forloop.index }}" class="form-control font-monospace" placeholder="User's key" aria-label="User's key" aria-describedby="{{ pubkey.name }}-button-{{ forloop.index }}" readonly rows="5">{{ pubkey.content }}</textarea>
|
|
19
|
-
<button id="{{ pubkey.name }}-button-{{ forloop.index }}" class="btn btn-clipboard btn-outline-primary" type="button" data-clipboard-target="#{{ pubkey.name }}-key-{{ forloop.index }}" data-bs-toggle="tooltip" data-bs-title="Copy to clipboard"><i class="fa-solid fa-clipboard"></i></button>
|
|
19
|
+
<button id="{{ pubkey.name }}-button-{{ forloop.index }}" class="btn btn-clipboard btn-outline-primary" type="button" aria-label="Copy to clipboard" data-clipboard-target="#{{ pubkey.name }}-key-{{ forloop.index }}" data-bs-toggle="tooltip" data-bs-title="Copy to clipboard"><i class="fa-solid fa-clipboard"></i></button>
|
|
20
20
|
</div>
|
|
21
21
|
</div>
|
|
22
22
|
{% endfor %}
|