From 46dcd9c0adc1de14341ea0c893b64806d2492a3f Mon Sep 17 00:00:00 2001 From: Paula Mendez Date: Fri, 19 Aug 2022 07:25:26 -0700 Subject: [PATCH] blog with auto pagination --- blog.html | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/blog.html b/blog.html index fd0e46e..6bcb2c8 100644 --- a/blog.html +++ b/blog.html @@ -1,14 +1,9 @@ --- -layout: default -title: Blog ---- -

Latest Posts

- - \ No newline at end of file +# You don't need to edit this file, it's empty on purpose. +# Edit theme's home layout instead if you wanna make some changes +# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults +layout: blog_ly +pagination: + enabled: true +permalink: blog +--- \ No newline at end of file