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