mirror of https://github.com/docker/docs.git
_layouts/landing.html: fix "<head>" that got lost in transition
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
73f9a68110
commit
24d79e61d6
|
@ -1,3 +1,7 @@
|
|||
<!-- Page generated {{ site.time }} -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{%- include head.html -%}
|
||||
<body id="landing" class="landing">
|
||||
<nav class="navbar header">
|
||||
<div class="container">
|
||||
|
@ -480,3 +484,4 @@
|
|||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue