Skip to content

Commit

Permalink
Adds research prize to the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Jan 22, 2024
1 parent b2718f7 commit 7e7b3dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _includes/data/header-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<li>
<a class="page-scroll" href="#speakers">Speakers</a>
</li> -->
<li>
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/prize>Research Prize</a>
</li>
<li>
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/agenda>Agenda</a>
</li>
Expand Down
8 changes: 7 additions & 1 deletion _includes/data/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@
<li>
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/#speakers>Speakers</a>
</li> -->
{% if page.permalink != "/prize" %}
<li>
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/prize>Research Prize</a>
</li>
{% endif %}
{% if page.permalink != "/prev" %}
<li>
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/prev>Previous events</a>
</li>
{% elsif page.permalink != "/agenda" %}
{% endif %}
{% if page.permalink != "/agenda" %}
<li>
<a class="page-scroll" href={{ site.url }}{{ site.baseurl }}/agenda>Agenda</a>
</li>
Expand Down

0 comments on commit 7e7b3dc

Please sign in to comment.