We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2730d0 commit d22c348Copy full SHA for d22c348
index.html
@@ -7,7 +7,7 @@
7
<h1>Posts</h1>
8
9
<ul class="posts">
10
- {% for post in site.posts %}
+ {% for post in site.posts %}
11
<li>
12
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
13
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
0 commit comments