From 195f92982143623ef9d6f63b1ba82155be8822c6 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 1 Nov 2024 15:01:31 +0100 Subject: [PATCH] config: affiche la liste des derniers billets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Ajoute le paramètre `home_post_list` (booléen) à la configuration du site, afin d'afficher sur la page d'accueil la liste des 5 derniers billets publiés. Co-Authored-by: iGor milhit --- hugo.yaml | 1 + themes/portfoliGor | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index 2d2ec53..f4e6c43 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -109,3 +109,4 @@ params: git: https://git.milhit.ch/igor local_include: js: on_fiber.js + home_post_list: true diff --git a/themes/portfoliGor b/themes/portfoliGor index 480290f..00e50f9 160000 --- a/themes/portfoliGor +++ b/themes/portfoliGor @@ -1 +1 @@ -Subproject commit 480290f589be4dca2eb2f28770b70c350b8d69f9 +Subproject commit 00e50f9055340c486ae8a953346199ec4a4dabc9