summaryrefslogtreecommitdiff
path: root/src/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/_layouts/page.html')
-rw-r--r--src/_layouts/page.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/_layouts/page.html b/src/_layouts/page.html
deleted file mode 100644
index 469413a..0000000
--- a/src/_layouts/page.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-layout: default
----
-
-<header id="post-header">
- <h1 id="post-headline" itemprop="name headline">
- {{ page.title | escape }}
- </h1>
-</header>
-
-<div id="post-content">
- {{ content }}
-</div>