summaryrefslogtreecommitdiff
path: root/_layouts/post.liquid
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.liquid')
-rw-r--r--_layouts/post.liquid13
1 files changed, 0 insertions, 13 deletions
diff --git a/_layouts/post.liquid b/_layouts/post.liquid
deleted file mode 100644
index 8b79e63..0000000
--- a/_layouts/post.liquid
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>{{ page.title }}</title>
- </head>
- <body>
- <div>
- <h2>{{ page.title }}</h2>
- {{ page.content }}
- </div>
- </body>
-</html>