_layouts/landing.html: fix "<head>" that got lost in transition

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-10-23 14:03:30 +02:00
parent 73f9a68110
commit 24d79e61d6
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
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>