Skip to content

Commit

Permalink
add link to top left logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yochannah committed Nov 13, 2018
1 parent fccda2a commit a750aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/menu.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="Menu">
<div class="list">
<div class="logoDiv">
<img src="/img/logo.png" id="logoImg">
<a href="/"><img src="/img/logo.png" id="logoImg"></a>
<div class="logoDivName">BioJS Education</div>
</div>
{% sorted_keys_for el in site.series sort_by:sort has_hash:site.series %}

<span class="item-heading"> {{ site.series[el].desc }} </span>
{% for p in site.series[el].pages %}

<a class="item {% if page.url == p.url%}item-active{%endif%}" href="{{ p.url }}">{{ p.title}}</a>
{% endfor %}
{% endsorted_keys_for %}
Expand Down

0 comments on commit a750aed

Please sign in to comment.