post-list-item.html 167 B

1234567
  1. <li>
  2. <a href="{{ post.url | prepend: site.baseurl }}">
  3. <span>{{ post.title }}</span>
  4. <small>{{ post.date | date: "%d/%m" }}</small>
  5. </a>
  6. </li>