Skip to content

Commit

Permalink
Update sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinevog authored Feb 10, 2024
1 parent d3d43f6 commit a337f6a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
<li><b><i class="fa fa-magic"></i>&nbsp;&nbsp;&nbsp;&nbsp;Research</b></li>
{% endif %}

{% if page.title != "My Publications" %}
<li><a href="{{ 'publications' | absolute_url }}"><i class="fa fa-paper-plane-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;Publications</a></li>
{% else %}
<li><b><i class="fa fa-paper-plane-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;Publications</b></li>
{% endif %}

{% if page.title != "Project Repositories" %}
<li><a href="{{ 'repos' | absolute_url }}"><i class="fa fa-code-fork"></i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Repositories</a></li>
{% else %}
Expand All @@ -49,11 +43,6 @@
<li><b><i class="fa fa-pencil-square-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;Blog Posts</b></li>
{% endif %}

{% if page.title != "Memes from Outer Space" %}
<li><a href="{{ 'memes' | absolute_url }}"><i class="fa fa-smile-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;Memes from Outer Space</a></li>
{% else %}
<li><b><i class="fa fa-smile-o"></i>&nbsp;&nbsp;&nbsp;&nbsp;Memes from Outer Space</b></li>
{% endif %}
</ul>
</nav>

Expand Down

0 comments on commit a337f6a

Please sign in to comment.