From 9df1451b587b2ab9e5a9e738c141908a7d40e0e1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Apr 2022 22:06:20 +0200 Subject: paginator: add a test post on the second page --- _posts/2020-01-01-other-page.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _posts/2020-01-01-other-page.md (limited to '_posts/2020-01-01-other-page.md') diff --git a/_posts/2020-01-01-other-page.md b/_posts/2020-01-01-other-page.md new file mode 100644 index 0000000..572ee6d --- /dev/null +++ b/_posts/2020-01-01-other-page.md @@ -0,0 +1,8 @@ +--- +title: Other page +excerpt: > + This post shouldn't appear on the first page of the feed. +--- +{{ page.excerpt }} + +It's only here so that I can make sure there's more than one page in the feed. -- cgit v1.2.3