From 947c7ec4b43705350dc9a1d44db7d56bb51f1209 Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Sun, 11 Feb 2018 16:50:25 +0000 Subject: :speech_balloon: Create old post for pagination example --- exampleSite/content/blog/00-old-post.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 exampleSite/content/blog/00-old-post.md diff --git a/exampleSite/content/blog/00-old-post.md b/exampleSite/content/blog/00-old-post.md new file mode 100644 index 0000000..23ece99 --- /dev/null +++ b/exampleSite/content/blog/00-old-post.md @@ -0,0 +1,12 @@ ++++ +description = "Old post to show pagination" +date = "2012-02-06T00:00:00" +thumbnail = "images/pic08.jpg" +image = "images/pic01.jpg" +title = "Old post" +slug = "old-post" +author = "John Smith" +draft = false +disqusid = "7" ++++ +Old post to show pagination \ No newline at end of file -- cgit v1.2.3