aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/main/jekyll/_layouts/post.html')
-rw-r--r--site/src/main/jekyll/_layouts/post.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/site/src/main/jekyll/_layouts/post.html b/site/src/main/jekyll/_layouts/post.html
deleted file mode 100644
index db386670..00000000
--- a/site/src/main/jekyll/_layouts/post.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-layout: default
----
-<h2>{{ page.title }}</h2>
-<small>{{ page.date | date_to_string }}</small>
-
-<div class="post">
- <hr>
- {{ content }}
-</div>
-<div class="row">
- <div id="push"></div>
- {% include disqus.html %}
-</div>
-