Skip to content

Commit df2cdbf

Browse files
committed
fixing people link strings
1 parent b15100b commit df2cdbf

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

_includes/people_blurb.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,25 @@
1818
{% endif %}
1919
{% if include.google-scholar %} <!-- Google Scholar page? -->
2020
<a href="{{ include.google-scholar }}" rel="external"><span class="name">Google Scholar</span></a>
21-
{% if include.github or include.linkedin or include.twitter %} | {% endif %}
21+
{% if include.github or include.linkedin or include.twitter or include.bluesky or include.orcid %} | {% endif %}
2222
{% endif %}
2323
{% if include.github %} <!-- GitHub page? -->
2424
<a href="{{ include.github }}" rel="external"><span class="name">Github</span></a>
25-
{% if include.linkedin or include.twitter %} | {% endif %}
25+
{% if include.linkedin or include.twitter or include.bluesky or include.orcid %} | {% endif %}
2626
{% endif %}
2727
{% if include.linkedin %} <!-- LinkedIn? -->
2828
<a href="{{ include.linkedin }}" rel="external"><span class="name">LinkedIn</span></a>
29-
{% if include.twitter %} | {% endif %}
29+
{% if include.twitter or include.bluesky or include.orcid %} | {% endif %}
3030
{% endif %}
3131
{% if include.twitter %} <!-- Twitter? -->
3232
<a href="{{ include.twitter }}" rel="external"><span class="name">Twitter</span></a>
33+
{% if include.bluesky or include.orcid %} | {% endif %}
3334
{% endif %}
3435
{% if include.bluesky %} <!-- Bluesky? -->
3536
<a href="{{ include.bluesky }}" rel="external"><span class="name">Bluesky</span></a>
37+
{% if include.orcid %} | {% endif %}
3638
{% endif %}
37-
{% if include.twitter %} <!-- ORCiD? -->
39+
{% if include.orcid %} <!-- ORCiD? -->
3840
<a href="{{ include.orcid }}" rel="external"><span class="name">ORCiD</span></a>
3941
{% endif %}
4042
{% case include.rank %}
@@ -60,27 +62,29 @@ <h3>{{ include.name }}</h3> <!-- Name in h3 style -->
6062
{% endif %}
6163
{% if include.website %} <!-- Do we have a website? -->
6264
<a href="{{ include.website }}" rel="external"><span class="name">Website</span></a>
63-
{% if include.google-scholar or include.github or include.linkedin or include.twitter %} | {% endif %}
65+
{% if include.google-scholar or include.github or include.linkedin or include.twitter or include.bluesky or include.orcid %} | {% endif %}
6466
{% endif %}
6567
{% if include.google-scholar %} <!-- Google Scholar page? -->
6668
<a href="{{ include.google-scholar }}" rel="external"><span class="name">Google Scholar</span></a>
67-
{% if include.github or include.linkedin or include.twitter %} | {% endif %}
69+
{% if include.github or include.linkedin or include.twitter or include.bluesky or include.orcid %} | {% endif %}
6870
{% endif %}
6971
{% if include.github %} <!-- GitHub page? -->
7072
<a href="{{ include.github }}" rel="external"><span class="name">Github</span></a>
71-
{% if include.linkedin or include.twitter %} | {% endif %}
73+
{% if include.linkedin or include.twitter or include.bluesky or include.orcid %} | {% endif %}
7274
{% endif %}
7375
{% if include.linkedin %} <!-- LinkedIn? -->
7476
<a href="{{ include.linkedin }}" rel="external"><span class="name">LinkedIn</span></a>
75-
{% if include.twitter %} | {% endif %}
77+
{% if include.twitter or include.bluesky or include.orcid %} | {% endif %}
7678
{% endif %}
7779
{% if include.twitter %} <!-- Twitter? -->
7880
<a href="{{ include.twitter }}" rel="external"><span class="name">Twitter</span></a>
81+
{% if include.bluesky or include.orcid %} | {% endif %}
7982
{% endif %}
8083
{% if include.bluesky %} <!-- Bluesky? -->
8184
<a href="{{ include.bluesky }}" rel="external"><span class="name">Bluesky</span></a>
85+
{% if include.orcid %} | {% endif %}
8286
{% endif %}
83-
{% if include.twitter %} <!-- ORCiD? -->
87+
{% if include.orcid %} <!-- ORCiD? -->
8488
<a href="{{ include.orcid }}" rel="external"><span class="name">ORCiD</span></a>
8589
{% endif %}
8690
<span class="post-date">{{ start_year }} &mdash; {{ include.end }}</span> <!-- Dates worked -->
File renamed without changes.

people.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<h2>Principal Investigator</h2>
1616
{% when 'postdoc' %}
1717
<h2>Postdoctoral Scholars</h2>
18+
{% when 'technician' %}
19+
<h2>Technicians</h2>
1820
{% when 'graduate' %}
1921
<h2>Graduate Students</h2>
2022
{% when 'undergraduate' %}

0 commit comments

Comments
 (0)