mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
* Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder Signed-off-by: Lee Springer <lee@smalltalk.agency> Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder Signed-off-by: Lee Springer <lee@smalltalk.agency> * Restore main.go to original location Signed-off-by: Lee Springer <lee@smalltalk.agency> * Updates to footer Signed-off-by: Lee Springer <lee@smalltalk.agency> * Updates to homepage links Signed-off-by: Lee Springer <lee@smalltalk.agency> * Content updates Signed-off-by: Lee Springer <lee@smalltalk.agency>
17 lines
853 B
HTML
17 lines
853 B
HTML
<header class="site-header">
|
|
<div class="site-header-content">
|
|
<div class="logo">
|
|
<a href="/" alt="Homepage"><img src="/img/{{ site.logo }}" class="logo" /></a>
|
|
</div>
|
|
<ul class="nav-menu" id="header-nav">
|
|
<li class="home"><a href="/" title="{{ site.title }}">Home</a></li>
|
|
<li class="blog"><a href="/blog" title="Blog Posts">Blog</a></li>
|
|
<li class="community"><a href="/community" title="Community">Community</a></li>
|
|
<li class="docs"><a href="/docs/{{ site.latest }}" title="Documentation">Documentation</a></li>
|
|
<li class="resources"><a href="/resources" title="Resources">Resources</a></li>
|
|
</ul>
|
|
<div class="nav-mobile-link">
|
|
<a href="javascript:void(0);" id="nav-mobile-toggle"></a>
|
|
</div>
|
|
</div>
|
|
</header> |