From 87f40087d8fca8b981fae77ea38c48a5b90d9d6f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 23 Oct 2020 13:03:10 +0200 Subject: [PATCH] remove docs.html layout before renaming / move body Signed-off-by: Sebastiaan van Stijn --- _layouts/docs.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 _layouts/docs.html diff --git a/_layouts/docs.html b/_layouts/docs.html deleted file mode 100755 index f68f39ecca..0000000000 --- a/_layouts/docs.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -{%- include head.html -%} -{%- if page.landing == true -%} - {%- include body-landing.html -%} -{%- else -%} - {%- include body.html -%} -{%- endif -%} -