portal/index.html
2019-11-25 16:49:00 +05:30

9 lines
146 B
HTML

---
title: Blog
layout: collections_layout
---
{% for post in site.posts %}
<a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a>
{%endfor%}