mirror of https://github.com/docker/docs.git
Merge pull request #11614 from thaJeztah/fix_landing_whoops
_layouts/landing.html: fix "<head>" that got lost in transition
This commit is contained in:
commit
ac0849516d
|
|
@ -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