Skip to content

Commit 91f6832

Browse files
authored
Update default.html
1 parent 7f4e2a1 commit 91f6832

File tree

1 file changed

+10
-22
lines changed

1 file changed

+10
-22
lines changed

_layouts/default.html

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
</div>
5050

5151
<!-- Main Content Wrapper -->
52-
<div class="wrapper">
53-
54-
<div class="wrapper">
52+
<div class="wrapper">
5553
<header>
5654

5755
{% if site.avatar %}
@@ -64,36 +62,27 @@ <h1>{{ site.title }}</h1>
6462
<position style="font-size:1.10rem;">{{ site.position }}</position>
6563
<br>
6664
{% endif %}
67-
68-
{% if site.affiliation %}
69-
<a href="{{ site.affiliation_link }}" rel="noopener"><autocolor>University of Illinois<br>Urbana-Champaign</autocolor></a>
65+
66+
67+
{% if site.subaffiliation %}
68+
<a href="{{ site.subaffiliation_link }}" rel="noopener" target="_blank">
69+
<autocolor>{{ site.subaffiliation }}</autocolor>
70+
</a>
7071
<br>
7172
{% endif %}
72-
73+
7374
{% if site.affiliation %}
74-
<a href="{{ site.affiliation_link }}" rel="noopener"><autocolor>University of Illinois<br>Urbana-Champaign</autocolor></a>
75+
<a href="{{ site.affiliation_link }}" rel="noopener"><autocolor>{{ site.affiliation }}</autocolor></a>
7576
<br>
7677
{% endif %}
7778

7879
{% if site.email %}
7980
<email>{{ site.email }}</email>
8081
{% endif %}
81-
{% if site.email2 %}
82-
<br>
83-
<email>{{ site.email2 }}</email>
84-
{% endif %}
8582

86-
<br>
87-
<br>
8883

89-
{% if site.link_type == 'text' %}
90-
[<a href="{{ site.google_scholar }}">Google Scholar</a>]
9184
<br>
92-
[<a href="{{ site.cv_link }}">Curriculum Vitae</a>]
9385
<br>
94-
{% endif %}
95-
96-
{% if site.link_type == 'icon' %}
9786
<div class="social-icons">
9887
{% if site.google_scholar %}
9988
<a style="margin: 0 5px 0 0" href="{{ site.google_scholar }}">
@@ -125,11 +114,10 @@ <h1>{{ site.title }}</h1>
125114
</a>
126115
{% endif %}
127116
</div>
128-
{% endif %}
129117
<br>
130118

131119
</header>
132-
120+
133121
<!-- Page Content -->
134122
<section>
135123
{{ content }}

0 commit comments

Comments
 (0)