From e62e7bb6b14555c9bbe5d40d217103984f4f80e6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 27 Oct 2019 09:57:37 -0400 Subject: Rewrite progress --- _layouts/home.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _layouts/home.html (limited to '_layouts/home.html') diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..d1428eb --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,13 @@ +--- +layout: archive +--- + +{{ content }} + +

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

+ +{% for post in paginator.posts %} + {% include archive-single.html %} +{% endfor %} + +{% include paginator.html %} -- cgit v1.2.3