mpiwg-jekyll-theme 0.3.4 → 0.3.5

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: 68018cfa489a1400f892dff2cd75b6497de59668b831605d4d2f803e29c21b43
4
- data.tar.gz: 97d1e09e24d6868af53cf8ce5dad524c86cb698541653b3a165b164f83029dd5
3
+ metadata.gz: a87f11b5f87966f6f6fb31a46adc4bb1a3ee7a8c2a959ec78eeb74fdd1b0e10b
4
+ data.tar.gz: cd9bc75c0ebb7d9b509d7b4f0f47c272f1dddcff6a2047c00653cb5073928567
5
5
  SHA512:
6
- metadata.gz: 8fb7cf162c017b0732d9265a8379d24bfe92d6d3084ddb514b550bb29bfcc447670d17154855b394229eb653fd99fe41810b7b9fbda89289c7d6969308112fb7
7
- data.tar.gz: 6553b2717bd8784ebe0ed451dff116890f5b1b1727d607410b67484180929cf2d035693d435ed8abed52b2a6ee43b875ce9037d8e382e8b2da06a96a37f429ed
6
+ metadata.gz: 2415903fcf5dd8f3c90fa21ef47509e7f98196bb23b673317ca85891002445517fbfd66485ba403bb4b8766c539790b6fe90293485aa9576d236408d33f6aa74
7
+ data.tar.gz: 8b9a1da491200b6b68e83b40c7438ce77548179dc5ea2dbee84e56cff9aff7b0afb019dbcccc3a71a865749c515e996961f6b44cfe83c073d0c2d45a5bc73129
data/_layouts/people.html CHANGED
@@ -14,7 +14,13 @@ titleimage: /assets/img/sphaera-img.jpg
14
14
  <img width="220px" src="{{ person.image }}" >
15
15
  </div>
16
16
  <div class="details">
17
- <h3><a href="{{ person.profile }}">{{ person.name }}</a></h3>
17
+ <h3>
18
+ {% if person.profile %}
19
+ <a href="{{ person.profile }}">{{ person.name }}</a>
20
+ {% else %}
21
+ <a>{{ person.name }}</a>
22
+ {% endif %}
23
+ </h3>
18
24
  <h4>{{ person.position }}</h4>
19
25
  <p>
20
26
  {{ person.content }}
data/assets/css/main.scss CHANGED
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  ---
3
3
 
4
+ header {
5
+ .header-content {
6
+ margin-bottom: 1rem;
7
+ }
8
+ }
9
+
4
10
  img {
5
11
  display: block;
6
12
  margin: auto;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpiwg-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Kräutli