1.1
This commit is contained in:
8
blog/index.html
Normal file
8
blog/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: ~/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%}
|
Reference in New Issue
Block a user