jekyll-theme-centos 2.2.0.beta.3 → 2.2.0.beta.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 +4 -4
- data/_includes/people/pubkeys.html +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf9513c9e19625f048835009e12e80cc258a78e783b001dc16b3918c3d1690b2
|
|
4
|
+
data.tar.gz: 96f75fdb6626b37d45207e7951675cec5b48bb4c512b4fba25d445c4f465fec5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90f73ee32c33effc8dafa1e3cb3dd131a9ae78aa9f5844f0198401584617907952f243fb08e309f3c4ce2ff703a8d0887c4d08f06df7bfeb9fa7c82e6a206950
|
|
7
|
+
data.tar.gz: ea1fcb010dee5d664bba48cd53da57e9c9ed0b404ac0ee7a8ce1627aab8759272ad91629315ec5e58afcea488a3ce30cc501a7323b87599d1dc46d4415d433c7
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{% assign person = site.data.centos.people | where: "username", username %}
|
|
3
3
|
|
|
4
4
|
{% for item in person %}
|
|
5
|
-
<div class="container mt-5
|
|
5
|
+
<div class="container mt-5 text-center">
|
|
6
6
|
|
|
7
7
|
<div class="row">
|
|
8
8
|
<div class="col">
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
</div>
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
|
-
<div class="row
|
|
15
|
+
<div class="row">
|
|
16
16
|
{% for pubkey in item.pubkeys.content %}
|
|
17
|
-
<div class="col-sm-6 px-5
|
|
18
|
-
<
|
|
17
|
+
<div class="col-sm-6 px-5">
|
|
18
|
+
<p class="fw-bold">{{ pubkey.name }}</p>
|
|
19
19
|
|
|
20
|
-
<div class="input-group
|
|
21
|
-
<
|
|
20
|
+
<div class="input-group">
|
|
21
|
+
<textarea id="{{ pubkey.name }}-key-{{ forloop.index }}" class="form-control" placeholder="User's key" aria-label="User's key" aria-describedby="{{ pubkey.name }}-button-{{ forloop.index }}" rows="1" readonly>{{ pubkey.content }}</textarea>
|
|
22
22
|
<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>
|
|
23
23
|
</div>
|
|
24
24
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-centos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.0.beta.
|
|
4
|
+
version: 2.2.0.beta.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Release
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|