You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
351 B
9 lines
351 B
<nav>
|
|
<div class="separator orange"></div>
|
|
<ul>
|
|
<a id="logo" href="/" alt="Advanced Computational Electromagnetics (ACEM) Research Group">ACEM Research</a>
|
|
{%- for item in site.data.navigation -%}
|
|
<li {% if page.url == item.link %}class="current"{% endif %}><a href="{{ item.link }}">{{ item.name }}</a></li>
|
|
{%- endfor -%}
|
|
</ul>
|
|
</nav>
|
|
|