aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/jekyll/_layouts/post.html')
-rw-r--r--site/src/jekyll/_layouts/post.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/site/src/jekyll/_layouts/post.html b/site/src/jekyll/_layouts/post.html
deleted file mode 100644
index 6ffedaab..00000000
--- a/site/src/jekyll/_layouts/post.html
+++ /dev/null
@@ -1,9 +0,0 @@
----
-layout: default
----
-<h2>{{ page.title }}</h2>
-<p class="meta">{{ page.date | date_to_string }}</p>
-
-<div class="post">
- {{ content }}
-</div>