Merge pull request #11614 from thaJeztah/fix_landing_whoops

_layouts/landing.html: fix "<head>" that got lost in transition
This commit is contained in:
Usha Mandya 2020-10-23 13:12:04 +01:00 committed by GitHub
commit ac0849516d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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>