Skip to content

Commit 5005d42

Browse files
hellofromlaurakmichiel
authored andcommitted
Update masthead.html
Signed-off-by: Kris Michielsen <[email protected]>
1 parent 5c9672e commit 5005d42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_includes/masthead.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@
1818
<div class="nav-link hide-on-mobile">
1919
<a href="{{ item.url | relative_url }}" class="underline">{{ item.title }}</a>
2020
</div>
21-
{% elsif item.title == "Search" or item.title == "Scientific Papers" %}
21+
{% elsif item.title == "Search" %}
2222
<div class="nav-link hide-on-tablet">
2323
<a href="{{ item.url | relative_url }}" class="underline">{{ item.title }} <i class="fa fa-search font-awesome-icon"></i></a>
2424
</div>
25+
{% elsif item.title == "Scientific Papers" %}
26+
<div class="nav-link hide-on-tablet">
27+
<a href="{{ item.url | relative_url }}" class="underline">{{ item.title }}</a>
28+
</div>
2529
{% else %}
2630
<div class="nav-link hide-on-portrait">
2731
<a href="{{ item.url | relative_url }}" class="underline">{{ item.title }}</a>

0 commit comments

Comments
 (0)