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

9 lines
401 B
HTML
Raw Normal View History

2020-01-24 12:47:52 -07:00
<!--TODO: add class="current" to the current link-->
<nav>
<a href="https://github.com/caddyserver/caddy/releases">Download</a>
<a href="/docs/">Documentation</a>
<a href="https://github.com/caddyserver/caddy/tree/v2">GitHub</a>
<a href="https://caddy.community">Community</a>
<a href="/v1/">v1</a>
<a href="https://www.ardanlabs.com/my/contact-us?dd=caddy" class="red button">Support</a>
</nav>