aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.html b/index.html
index 350fc2a..a1d87ef 100644
--- a/index.html
+++ b/index.html
@@ -8,10 +8,6 @@ layout: default
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- <div class="date">
- {{ post.date | date: "%B %e, %Y" }}
- </div>
-
<div class="entry">
{{ post.content | truncatewords:40}}
</div>