compost-jekyll-theme 0.1.13 → 0.1.14
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/author_block.html +10 -7
- data/_layouts/back_cover.html +1 -3
- 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: d04c8397ca1d4bfafe9578ed8696599bc384ec779255b83147a48befbc2df00b
|
|
4
|
+
data.tar.gz: 863e18e8fc4a7df1b94884b190a9ca4cdde1d2d0e49376409cead35589a18693
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b636f206eb5cda0484bca819c35104fadf7c527ebe1ac8bdad581a40ecbca142c5772a80851f086335ec2cbfdd9118ef939a67b4d504434836a07f514d71460
|
|
7
|
+
data.tar.gz: 053f78c79eaef0ea9069f7820d596b61441f4227cf8c29f02e69297bde39b1ef7f8b6dc43765c7d9ab8343f9706e3b2dcd138ff13fc0425504fec4594ed54d4e
|
data/_includes/author_block.html
CHANGED
|
@@ -12,11 +12,14 @@ Author block
|
|
|
12
12
|
<div class="py-3">
|
|
13
13
|
{% include headings/h3.html text=include.title class="black source-serif font-weight-bold" %}
|
|
14
14
|
</div>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
|
|
16
|
+
{% unless links == empty %}
|
|
17
|
+
<div class="background-lighter-blue text-monospace text-left p-3 mt-2 mb-2 rounded">
|
|
18
|
+
{% for link in links %}
|
|
19
|
+
<li class="list-unstyled">
|
|
20
|
+
<a class="black hover-white" href="{{- link -}}" target="_blank" rel="noopener">{{ link }}</a>
|
|
21
|
+
</li>
|
|
22
|
+
{% endfor %}
|
|
23
|
+
</div>
|
|
24
|
+
{% endunless %}
|
|
22
25
|
</div>
|
data/_layouts/back_cover.html
CHANGED
|
@@ -23,9 +23,7 @@ layout: "default_with_menu"
|
|
|
23
23
|
|
|
24
24
|
{% unless authors == empty %}
|
|
25
25
|
{% for author in authors %}
|
|
26
|
-
{%
|
|
27
|
-
{% include author_block.html title=author.alias links=author.projects %}
|
|
28
|
-
{% endunless %}
|
|
26
|
+
{% include author_block.html title=author.alias links=author.projects %}
|
|
29
27
|
{% endfor %}
|
|
30
28
|
{% endunless %}
|
|
31
29
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compost-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sutty
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|