You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
460 B
HTML
13 lines
460 B
HTML
<ul>
|
|
<li> </li>
|
|
<li class="{% if page.overview %}current{% endif %}">
|
|
<a href="{{ site.url }}/index.html">Home</a>
|
|
</li>
|
|
<li class="{% if page.doc %}current{% endif %}">
|
|
<a href="{{ site.url }}/about/overview.html">Documentation</a>
|
|
</li>
|
|
<li>
|
|
<a target="_blank" href="https://github.com/{{ site.author.github }}/{{ site.project.github }}">View on GitHub</a>
|
|
</li>
|
|
</ul>
|