This commit is contained in:
GZod01 2024-05-18 18:56:27 +02:00
parent b2a82dfa53
commit d95893188a

View file

@ -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) }}
<div