Skip to content

Commit 1f2db3b

Browse files
committed
Removed post dates from indexes, now only at bottom of the post
1 parent be77547 commit 1f2db3b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

_layouts/post.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
<h1>{{ page.title }}</h1>
88

9-
<div class="date">
10-
{{ page.date | date: "%B %e, %Y" }}
11-
</div>
12-
139
<div class="entry">
1410
{{ content }}
1511
</div>
1612

13+
<div class="date">
14+
Written on {{ page.date | date: "%B %e, %Y" }}
15+
</div>
16+
1717
<div class="comments">
1818
{% include disqus.html disqus_identifier=page.disqus_identifier %}
1919
</div>

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
1010

11-
<div class="date">
12-
{{ post.date | date: "%B %e, %Y" }}
13-
</div>
14-
1511
<div class="entry">
1612
{{ post.content | truncatewords:40}}
1713
</div>

0 commit comments

Comments
 (0)