ACE3/docs/_includes/_navigation.html
Jo David 4eca92c317
Documentation - Update jquery, remove polyfills, don't use foundation js (#9519)
* update jquery, remove polyfills, don't use foundation js

* fix BOM ?

* Update workflow to only check `addons`

---------
2023-10-20 12:22:26 -05:00

26 lines
890 B
HTML

<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h3>
<a href="{{ site.baseurl }}/index.html">
<img src="{{ site.baseurl }}/img/ace3-logo-white-tiny.webp" srcset="{{ site.baseurl }}/img/ace3-logo-white-tiny.webp 1x, {{ site.baseurl }}/img/ace3-logo-white-tiny-2x.webp 2x" alt="ACE3 logo" width="100" height="23" />
</a>
</h3>
</li>
<li class="toggle-topbar menu-icon">
<a href="#">
<span>Menu</span>
</a>
</li>
</ul>
<div class="top-bar-section">
<!-- Left Nav Section -->
<ul class="left">
{% assign pages_list = site.pages | sort: "order" %}
{% assign group = 'mainNav' %}
{% include pages_list %}
</ul>
</div>
</nav>