Events added in the menu

pull/3/head
Alexandre Dulaunoy 2017-12-22 15:42:25 +01:00
parent 02278bbab6
commit 0986196bfb
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@
<li {% if current[1] == 'index.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/index.html">Home</a></li>
<li {% if current[1] == 'features.html' %}class="current"{% endif %}><a href="{{ site.baseurl }}/features.html">Features</a></li>
<li {% if current[1] == 'news' %}class="current"{% endif %}><a href="{{ site.baseurl }}/news">News</a></li>
<ul>
<li><a href="{{ site.baseurl }}/events">Events</a></li>
</ul>
<li {% if current[1] == 'download' %}class="current"{% endif %}><a href="{{ site.baseurl }}/download">Download</a></li>
<li>
<a href="{{ site.baseurl }}/datamodels">Data models</a>