e
This commit is contained in:
parent
b2a82dfa53
commit
d95893188a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue