header-update (#708)
Signed-off-by: Heather Halter <hdhalter@amazon.com>
This commit is contained in:
parent
9aa614c4b5
commit
10075b9cbd
|
@ -30,11 +30,12 @@
|
|||
<div class="menu-button"><i class="icon icon-reorder"></i><span>Menu</span></div>
|
||||
<div class="nav-menu-on" role="navigation">
|
||||
<ul class="small-nav">
|
||||
{%- include nav_item.html text="News" href="/blog" url_full="/blog/" url_fragment="blog" -%}
|
||||
{%- include nav_item.html text="Source" href="/source.html" url_full="/source.html" url_fragment="source" -%}
|
||||
{%- include nav_item.html text="Download" href="/downloads.html#opensearch" url_full="/downloads.html#opensearch" url_fragment="downloads" -%}
|
||||
{%- include nav_item.html text="Documentation" href="/docs" url_full="/docs/" url_fragment="docs" -%}
|
||||
{%- include nav_item.html text="Events" href="/events" url_full="/events/" url_fragment="events" -%}
|
||||
{%- include nav_item.html text="Get Started" href="/downloads.html" url_full="/downloads.html" url_fragment="downloads" -%}
|
||||
{%- include nav_item.html text="Blog" href="/blog/" url_full="/blog/" url_fragment="blog" -%}
|
||||
{%- include nav_item.html text="Forum" href="https://forum.opensearch.org/" url_full="https://forum.opensearch.org/" url_fragment="forum" -%}
|
||||
{%- include nav_item.html text="Events" href="/events/" url_full="/events/" url_fragment="events" -%}
|
||||
{%- include nav_item.html text="Partners" href="/partners/" url_full="/partners/" url_fragment="partners" -%}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue