From 6da867066a070297b6cced972354749913402120 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 29 Oct 2019 00:23:47 +0000 Subject: Fixed Trey's name, add recent posts and etc --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index c1b0bb0..bf427e2 100644 --- a/index.html +++ b/index.html @@ -6,3 +6,10 @@ header: overlay_color: "#333" ---
+

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

+ +{% for post in paginator.posts %} + {% include archive-single.html %} +{% endfor %} + +{% include paginator.html %} \ No newline at end of file -- cgit v1.2.3