caddy-website/src/includes/header-nav.html

11 lines
443 B
HTML
Raw Normal View History

2020-01-24 12:47:52 -07:00
<!--TODO: add class="current" to the current link-->
<nav>
2020-03-26 12:57:10 -06:00
<input type="search" id="search" placeholder="🔍 Search...">
<a href="/v2">v2 <span class="new">new</span></a>
<a href="/docs/download">Download</a>
2020-01-24 12:47:52 -07:00
<a href="/docs/">Documentation</a>
<a href="https://github.com/caddyserver/caddy">GitHub</a>
2020-01-24 12:47:52 -07:00
<a href="https://caddy.community">Community</a>
<a href="/v1/">v1</a>
<a href="/business" class="red button">For business</a>
2020-01-24 12:47:52 -07:00
</nav>