portal/index.html
2019-11-25 16:40:48 +05:30

9 lines
147 B
HTML

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