jekyll-theme-centos 2.22.0 → 2.23.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 909803b3a7732149a02cf037bbb64c7327fd085b7e52b607bb77dc03c044dbdd
|
4
|
+
data.tar.gz: 7fe8a6aa38583de20fb897b4a0ea9d5c51184a47c849ddb1fabe248fd7eb50c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfe0bf62ede68254ec1328c8d04cfe263c5c869d2cca7df557acd73288820f02b4dc1637f281138f033eb1a16d5470860927b320a88218195cb0f62a3f0d4405
|
7
|
+
data.tar.gz: 6f3e3f2844ae0039b1cbad94f5c5691e2d0a50b52bd6a57d48e7c0773b26a8b3d4a9f6f49191700b212e51cc13b4e6f5c1e4a35b2122b8f991273ef932d69099
|
@@ -17,11 +17,8 @@
|
|
17
17
|
<div class="row">
|
18
18
|
{% for pubkey in page.pubkeys.content %}
|
19
19
|
<div class="col-sm-6">
|
20
|
-
<
|
21
|
-
<
|
22
|
-
<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="2">{{ pubkey.content }}</textarea>
|
23
|
-
<button id="{{ pubkey.name }}-button-{{ forloop.index }}" class="btn btn-outline-primary btn-clipboard" 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>
|
24
|
-
</div>
|
20
|
+
<h5>{{ pubkey.name }}</h5>
|
21
|
+
<pre><code class="text-start rounded" style="height: 8rem;">{{ pubkey.content }}</code></pre>
|
25
22
|
</div>
|
26
23
|
{% endfor %}
|
27
24
|
</div>
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/favicon-16.png
CHANGED
Binary file
|
data/assets/icons/favicon-32.png
CHANGED
Binary file
|