Add index with default layout
This commit is contained in:
11
index.tl
Normal file
11
index.tl
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# Feel free to add content and custom Front Matter to this file.
|
||||
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
||||
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% for post in site.posts %}
|
||||
* {{post.date | date: "%Y-%m-%d"}}: "{{post.title}}":{{post.url}}
|
||||
{% if post.update_date %}(updated {{post.update_date | date: "%Y-%m-%d"}}){% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user