Skip to content

Commit 4522a5f

Browse files
committed
Ipmroved date rendering on posts
1 parent 67fe9a6 commit 4522a5f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
auto: true
22
markdown: redcarpet
3-
permalink: none
3+
permalink: :title

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="post">
77
{{ content }}
88

9-
<p>on {{ page.date }}</p>
9+
<p><small>on {{ page.date | date_to_string }}</small></p>
1010
</div>
1111

1212
<div id="disqus_thread"></div>

_posts/2013-07-09-rebirth.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
layout: post
3-
title: Rebirth
4-
date: 2013-07-09 22:05:20
53
---
64

75
# Moq Rebirth

0 commit comments

Comments
 (0)