portal/index.html

9 lines
147 B
HTML
Raw Normal View History

2019-11-25 12:08:00 +01:00
---
title: Blog
layout: collections_layout
---
2019-11-25 12:10:48 +01:00
{% for post in site.posts %}
<a href="{{site.baseurl}}/{{post.url}}">{{site.title}}</a>
{%endfor%}