Files
velero/site/_layouts/default.html
Nolan Brubaker f42c63af1b Address insensitive language (#2677)
* Change master to main in most uses

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
2020-07-17 14:59:51 -07:00

16 lines
296 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>