mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 06:33:22 +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>
15 lines
295 B
HTML
15 lines
295 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{% include head.html %}
|
|
|
|
<body id="{{ page.id }}">
|
|
<div class="container-fluid site-outer-container">
|
|
<div class="site-container">
|
|
{% include site-header.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |