aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
deleted file mode 100644
index a029b8d..0000000
--- a/_layouts/page.html
+++ /dev/null
@@ -1,10 +0,0 @@
1---
2layout: base
3---
4
5<article itemtype="http://schema.org/Article">
6 <h1 itemtype="headline">{{ page.title }}</h1>
7 <div>
8 {{ content }}
9 </div>
10</article>