init
This commit is contained in:
10
index.html
Normal file
10
index.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: base
|
||||
title: Home
|
||||
---
|
||||
|
||||
{% assign all_entries = site.blog | concat: site.posts | concat: site.links | concat: site.private | sort: "date" %}
|
||||
|
||||
<main>
|
||||
{% include post_index.html posts=all_entries %}
|
||||
</main>
|
Reference in New Issue
Block a user