remove docs.html layout before renaming / move body

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-10-23 13:03:10 +02:00
parent 2fe7e6106a
commit 87f40087d8

View File

@@ -1,10 +0,0 @@
<!-- Page generated {{ site.time }} -->
<!DOCTYPE html>
<html lang="en">
{%- include head.html -%}
{%- if page.landing == true -%}
{%- include body-landing.html -%}
{%- else -%}
{%- include body.html -%}
{%- endif -%}
</html>