mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
new site generated by poole
This commit is contained in:
10
archive.md
Normal file
10
archive.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: page
|
||||
title: Archive
|
||||
---
|
||||
|
||||
## Blog Posts
|
||||
|
||||
{% for post in site.posts reversed %}
|
||||
* {{ post.date | date_to_string }} » [ {{ post.title }} ]({{ post.url }})
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user