We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9672e commit 5005d42Copy full SHA for 5005d42
_includes/masthead.html
@@ -18,10 +18,14 @@
18
<div class="nav-link hide-on-mobile">
19
<a href="{{ item.url | relative_url }}" class="underline">{{ item.title }}</a>
20
</div>
21
- {% elsif item.title == "Search" or item.title == "Scientific Papers" %}
+ {% elsif item.title == "Search" %}
22
<div class="nav-link hide-on-tablet">
23
<a href="{{ item.url | relative_url }}" class="underline">{{ item.title }} <i class="fa fa-search font-awesome-icon"></i></a>
24
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>
29
{% else %}
30
<div class="nav-link hide-on-portrait">
31
0 commit comments