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
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 0 additions and 10 deletions

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>