aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-17 15:21:32 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-17 15:21:32 -0400
commit1f2db3b048fd86589c482cd2ab4d348bdd6eda4e (patch)
tree12acc7be2d7415e282f016fb26eff038e91faee1
parentbe775473ae2ffe2cbee3f7915d3461a815560c74 (diff)
downloadkompetenzbolzen.github.io-1f2db3b048fd86589c482cd2ab4d348bdd6eda4e.tar.gz
Removed post dates from indexes, now only at bottom of the post
-rw-r--r--_layouts/post.html8
-rw-r--r--index.html4
2 files changed, 4 insertions, 8 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 3933463..d8cc8be 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,14 +6,14 @@ layout: default
<h1>{{ page.title }}</h1>
- <div class="date">
- {{ page.date | date: "%B %e, %Y" }}
- </div>
-
<div class="entry">
{{ content }}
</div>
+ <div class="date">
+ Written on {{ page.date | date: "%B %e, %Y" }}
+ </div>
+
<div class="comments">
{% include disqus.html disqus_identifier=page.disqus_identifier %}
</div>
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>