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 %}
2019-11-25 12:11:11 +01:00
<a href="{{site.baseurl}}/{{post.url}}">{{post.title}}</a>
2019-11-25 12:10:48 +01:00
{%endfor%}