We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be77547 commit 1f2db3bCopy full SHA for 1f2db3b
_layouts/post.html
@@ -6,14 +6,14 @@
6
7
<h1>{{ page.title }}</h1>
8
9
- <div class="date">
10
- {{ page.date | date: "%B %e, %Y" }}
11
- </div>
12
-
13
<div class="entry">
14
{{ content }}
15
</div>
16
+ <div class="date">
+ Written on {{ page.date | date: "%B %e, %Y" }}
+ </div>
+
17
<div class="comments">
18
{% include disqus.html disqus_identifier=page.disqus_identifier %}
19
index.html
@@ -8,10 +8,6 @@
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- {{ post.date | date: "%B %e, %Y" }}
{{ post.content | truncatewords:40}}
0 commit comments