Skip to content

Commit a1a1769

Browse files
committed
improve list page
1 parent c282932 commit a1a1769

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

list.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
{% for post in site.posts %}
77
<article class="post">
88

9-
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
10-
11-
12-
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
9+
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}(post.date)</a></h1>
10+
1311
</article>
1412
{% endfor %}
1513
</div>

0 commit comments

Comments
 (0)