llighter / yunha-ind

YUNHA INDUSTRY website
https://llighter.github.io
MIT License
1 stars 0 forks source link

Test: post collection #5

Closed llighter closed 4 years ago

llighter commented 4 years ago
<ul>
{%- for post in collections.post -%}
  <li>{{ post.data.title }}</li>
{%- endfor -%}
</ul>

In the same way as above, Print the list of posts on the main blog page.