-
Notifications
You must be signed in to change notification settings - Fork 1
/
nav-links.html
21 lines (12 loc) · 1.02 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
{% 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="blog" url="/blog/" title="Blog" active_for_nested=true %}
{% include project-nav.html %}
<!-- <a href="javascript: void 0;" class="search" aria-label="site search button"><i class="fas fa-search"></i></a> -->
{% include nav-page-link.html htmlclass="language" url="/language/" title="Languages" active_for_nested=true %}
{% include nav-page-link.html htmlclass="learn" url="/learn/" title="Learn" active_for_nested=true %}
{% include nav-page-link.html htmlclass="standards" url="/standards/" title="Standards" active_for_nested=true %}
{% include nav-page-link.html htmlclass="references" url="/references/" title="References" active_for_nested=true %}
{% include nav-page-link.html htmlclass="shop" url="https://express-language-foundation-2.creator-spring.com" title="Shop" active_for_nested=true %}