9 lines
211 B
HTML
9 lines
211 B
HTML
<section class="projects">
|
|
<ol reversed class="postlist">
|
|
{%- for posts in postslist -%}
|
|
<li>
|
|
<h2>{{ posts.data.title }}</h2>
|
|
</li>
|
|
{%- endfor -%}
|
|
</ol>
|
|
</section> |