Skip to content

Commit ad178c5

Browse files
authored
Update post.html
1 parent 6290a3c commit ad178c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44
<h1>{{ page.title }}</h1>
5-
<span class="time">{{ page.date | date_to_string }}</span>
5+
<!--span class="time">{{ page.date | date_to_string }}</span-->
66

77
<div class="content">
88
<div class="post">{{ content }}</div>

0 commit comments

Comments
 (0)