From d95893188aa1e7675f7f0b157d28be8b0c8b6a71 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Sat, 18 May 2024 18:56:27 +0200 Subject: [PATCH] e --- layouts/partials/articles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/articles.html b/layouts/partials/articles.html index 8bacb41..08be721 100644 --- a/layouts/partials/articles.html +++ b/layouts/partials/articles.html @@ -7,7 +7,7 @@ {{ $context := (page.GetPage "/blog")}} {{ $ammount := 9 }} {{ if .ammount }} - {{ $ammount := (cast.ToInt .ammount) }} + {{ $ammount = (cast.ToInt .ammount) }} {{ end }} {{ if (eq (len $allposts) 0) }}