Add index with default layout

This commit is contained in:
2023-05-23 23:34:04 +02:00
parent 9ed8b664de
commit 37c283c1dc
4 changed files with 33 additions and 6 deletions

11
index.tl Normal file
View 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 %}