jekyll-theme-centos 2.24.0 → 2.26.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: 2218042c9c0c874509457b5495f5e3824dc66fe8a2142baefb5ea320a34ab163
|
4
|
+
data.tar.gz: ba68fe69e6a10dcb688b540d5b2c344a7cb41682be43c7e998d1626a8ebc2e54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e18e912796435ccde271147433e4f6307768d3441e3245ec95bdcf7b2580062d36d6db1d057e726646114798dba88ea7591f6c2e1335ff5fb9c49db192f0dd1
|
7
|
+
data.tar.gz: 7d8fd487c02cd8d1af57c827fe2f8ae403bbeb6206fb7d0d337f6845819e8a622312484d97da820f9a67ecd98562be4bd785e182df9495ed9a861194b2ce1008
|
@@ -14,11 +14,11 @@
|
|
14
14
|
{% endif %}
|
15
15
|
|
16
16
|
{% if page.pubkeys.content.size > 0 %}
|
17
|
-
<div class="row">
|
17
|
+
<div class="row content">
|
18
18
|
{% for pubkey in page.pubkeys.content %}
|
19
19
|
<div class="col-sm-6">
|
20
20
|
<h5>{{ pubkey.name }}</h5>
|
21
|
-
<pre><code class="text-start
|
21
|
+
<pre class="highlight"><code class="hljs text-start" style="height: 3.6rem;">{{ pubkey.content }}</code></pre>
|
22
22
|
</div>
|
23
23
|
{% endfor %}
|
24
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
|
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.
|
4
|
+
version: 2.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ReleaseBot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|