9 lines
203 B
HTML
9 lines
203 B
HTML
---
|
|
title: ~/doc/blog
|
|
layout: page-screen
|
|
---
|
|
|
|
{% for post in site.posts %}
|
|
{{post.date | date: '%Y-%m-%d' }} <a href="{{site.baseurl}}/{{post.url}}"> {{post.title | replace:' ','_'}}.txt</a>
|
|
{%endfor%}
|