summaryrefslogtreecommitdiffstats
path: root/docs/theme/PageSingle.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'docs/theme/PageSingle.jinja')
-rw-r--r--docs/theme/PageSingle.jinja10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/theme/PageSingle.jinja b/docs/theme/PageSingle.jinja
deleted file mode 100644
index d89fd49..0000000
--- a/docs/theme/PageSingle.jinja
+++ /dev/null
@@ -1,10 +0,0 @@
-<Layout
- title={{ page.title }}
- description={{ page.description }}
- class={{ meta.get('class', 'cd-page-single') }}
->
- <NavTop />
- <main>{{ content }}</main>
- <NavMobile />
- <Footer />
-</Layout>