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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8d4dc38a37c1b14a6266ee2a99e9ccb403edc018da27517f7d845a842591be0
4
- data.tar.gz: b5d38eb5e340a501690481ae1ee07f8813a0abd675a06f0ea7dda7e5cfc807dd
3
+ metadata.gz: d04c8397ca1d4bfafe9578ed8696599bc384ec779255b83147a48befbc2df00b
4
+ data.tar.gz: 863e18e8fc4a7df1b94884b190a9ca4cdde1d2d0e49376409cead35589a18693
5
5
  SHA512:
6
- metadata.gz: c55168fb328e5d9b07e8bf937596fd78031b1e28c46e5f8dc2e7740744dddc78b1a007bbd2b56155fa392825b174342f4231ae7eda25b4229b6ce7ad2732e03d
7
- data.tar.gz: a24d99080664816c9338baa1d8f0940f35856adbba2697baa5e18a9b6ef022979e2c908ef158780e6ca33198fd1619336f92ca49f5d49dea57bbc684db45a6ad
6
+ metadata.gz: 5b636f206eb5cda0484bca819c35104fadf7c527ebe1ac8bdad581a40ecbca142c5772a80851f086335ec2cbfdd9118ef939a67b4d504434836a07f514d71460
7
+ data.tar.gz: 053f78c79eaef0ea9069f7820d596b61441f4227cf8c29f02e69297bde39b1ef7f8b6dc43765c7d9ab8343f9706e3b2dcd138ff13fc0425504fec4594ed54d4e
@@ -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
- <div class="background-lighter-blue text-monospace text-left p-3 mt-2 mb-2 rounded">
16
- {% for link in links %}
17
- <li class="list-unstyled">
18
- <a class="black hover-white" href="{{- link -}}" target="_blank" rel="noopener">{{ link }}</a>
19
- </li>
20
- {% endfor %}
21
- </div>
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>
@@ -23,9 +23,7 @@ layout: "default_with_menu"
23
23
 
24
24
  {% unless authors == empty %}
25
25
  {% for author in authors %}
26
- {% unless author.projects == empty %}
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.13
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-07 00:00:00.000000000 Z
11
+ date: 2023-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll