Skip to content

Commit

Permalink
Update sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Koras0ff authored Feb 7, 2024
1 parent 966c9e1 commit c4c2511
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,25 @@
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
</header>
<ul>
<li><a href="{{ '/' | absolute_url }}">Homepage</a></li>
<li><a href="{{ 'about.html' | absolute_url }}">About</a></li>
<li><a href="{{ 'people.html' | absolute_url }}">People</a></li>
<li><a href="{{ 'publications.html' | absolute_url }}">Publications</a></li>
<li>
<span class="opener">Demos</span>
<ul>
<li>
<a href="{{ 'demos.html' | absolute_url }}">About our demos</a>
</li>
<li>
<a href="https://app-kaiku.rahtiapp.fi/semantic"
>Cross-ling search</a
>
<a href="https://app-kaiku.rahtiapp.fi/semantic">Cross-ling search</a>
</li>
<li><a href="https://www.receptionreader.com/">Text reuse</a></li>
</ul>
</li>
<li><a href="{{ 'people.html' | absolute_url }}">People</a></li>
<li><a href="{{ 'publications.html' | absolute_url }}">Publications</a></li>

<li><a href="{{ 'use-of-CSC-services-in-2023.html' | absolute_url }}">Use of CSC Servises in 2023</a></li>
<li><a href="{{ 'use-of-CSC-services-in-2023.html' | absolute_url }}">Use of CSC Services in 2023</a></li>
</ul>
</nav>

Expand Down

0 comments on commit c4c2511

Please sign in to comment.