From 4f1209b1580cb6677370e70fdc1a8a2160e2e590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Wed, 5 Jul 2023 22:05:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Support=20for=20Hugo=20v0.?= =?UTF-8?q?115.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 +- exampleSite/config/_default/params.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index dda4c24f..c89382d9 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ [module.hugoVersion] extended = true min = "0.87.0" - max = "0.115.0" \ No newline at end of file + max = "0.115.1" \ No newline at end of file diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index c891229f..661b8a2c 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -38,7 +38,7 @@ smartTOCHideUnfocusedChildren = true layout = "custom" # valid options: page, profile, hero, card, background, custom # homepageImage = "/img/iceland.jpg" # used in: hero, and card showRecent = false - showRecentItems = 6 + showRecentItems = 12 showMoreLink = true showMoreLinkDest = "docs" cardView = false