aboutsummaryrefslogtreecommitdiffstatshomepage
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 faed6d4..0000000
--- a/_layouts/post.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% include common/header.html %}
-<div class="row">
- <div class="col-md-8">
- <h1>{{ page.title }}</h1>
- <p class="text-muted"><span class="glyphicon glyphicon-time"></span>&nbsp;Posted on {{ page.date | date: '%-d %B %Y' }}</p>
- {{ content }}
- <hr/>
- </div>
- <div class="col-md-4">
- {% include common/sidebar.html %}
- </div>
-</div>
-{% include common/footer.html %}