summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
deleted file mode 100644
index 0cb59ce..0000000
--- a/_layouts/post.html
+++ /dev/null
@@ -1,27 +0,0 @@
----
-layout: default
----
-
-<p class="meta">
- {{ page.date | date: "%B %d, %Y" }}
- <a href="./">
- <i class="home icon-home"></i>
- </a>
-</p>
-
-<h1 class="title">{{ page.title }}</h1>
-
-<div id="post">
- {{ content }}
-</div>
-
-<!-- <div id="related">
- <h3>Related Posts</h3>
- <ul class="posts">
- {% for post in site.related_posts limit:3 %}
- <li>
- <span>{{ post.date | date_to_string }} &raquo;</span> <a href="{{ post.url }}">{{ post.title }}</a>
- </li>
- {% endfor %}
- </ul>
-</div> -->