forked from metanorma/metanorma.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nav-links.html
23 lines (13 loc) · 1.06 KB
/
nav-links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{% assign contact_link = "mailto:" | append: site.contact_email %}
<div class="search-widget">
<input type="search" id="siteSearchInput" placeholder="Type to search…">
</div>
{% include nav-page-link.html htmlclass="install" url="/install/" title="Install" active_for_nested=true %}
{% include nav-page-link.html htmlclass="author" url="/author/" title="Authoring" active_for_nested=true %}
{% include nav-page-link.html htmlclass="flavors" url="/flavors/" title="Flavors" active_for_nested=true %}
{% include nav-page-link.html htmlclass="software" url="/software/" title="Software" active_for_nested=true %}
{% include nav-page-link.html htmlclass="specs" url="/specs/" title="Specs" active_for_nested=true %}
{% include nav-page-link.html htmlclass="contribute" url="/contribute/" title="Contribute" active_for_nested=true %}
{% include project-nav.html %}
{% include nav-page-link.html htmlclass="blog" url="/blog/" title="Blog" active_for_nested=true %}
<a href="javascript: void 0;" class="search" aria-label="site search button"><i class="fas fa-search"></i></a>