Skip to content

Commit d22c348

Browse files
authored
Update index.html
1 parent e2730d0 commit d22c348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h1>Posts</h1>
88

99
<ul class="posts">
10-
{% for post in site.posts %}
10+
{% for post in site.posts %}
1111
<li>
1212
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
1313
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>

0 commit comments

Comments
 (0)