Skip to content

Commit

Permalink
header-update (#708)
Browse files Browse the repository at this point in the history
Signed-off-by: Heather Halter <[email protected]>
  • Loading branch information
hdhalter authored Jun 28, 2022
1 parent 9aa614c commit 10075b9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 10075b9

Please sign in to comment.