From 73f0146fccb8bc0ab3bd17a2c6cc8500fd13390c Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 5 Jun 2017 12:55:12 -0400 Subject: [PATCH] docs: removed unused post layout --- docs/themes/cypress/layout/partial/post.swig | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 docs/themes/cypress/layout/partial/post.swig diff --git a/docs/themes/cypress/layout/partial/post.swig b/docs/themes/cypress/layout/partial/post.swig deleted file mode 100644 index ace5b9f47c..0000000000 --- a/docs/themes/cypress/layout/partial/post.swig +++ /dev/null @@ -1,16 +0,0 @@ -
-
- {% if is_post() %} -

{{ post.title }}

- {% else %} -

- {{ post.title }} -

- {% endif %} - -
-
- {{ page_anchor(post.content) }} -
- {{ partial('partial/comment') }} -