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') }} -