summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-01-18 13:57:10 +0000
committerBrian Picciano <mediocregopher@gmail.com>2018-01-18 13:59:57 +0000
commit1160805befad7d674d2cf8374baa2f3f4b12741d (patch)
tree960a9e66702d3e7ffe77877db3a2bb08937d9f07 /_layouts/post.html
parent6322361389b56fa072eb9bebaa39d0e7725d709a (diff)
replace old blog layout with minimal-mistakes theme
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> -->