first adaption to suit my needs
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
title: Blog
|
||||
layout: collections_layout
|
||||
title: ~/doc/blog
|
||||
layout: page
|
||||
---
|
||||
|
||||
{% for post in site.posts %}
|
||||
<a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a>
|
||||
{{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