commit
80a6c24950
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
{{ $readNextPosts := 3}}
|
{{ $readNextPosts := 3}}
|
||||||
{{ if isset .Site.Params "readNextPosts" }}
|
{{ if isset .Site.Params "readnextposts" }}
|
||||||
{{ $readNextPosts := .Site.Params.readNextPosts }}
|
{{ $readNextPosts = .Site.Params.readNextPosts }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if gt $readNextPosts 0 }}
|
{{ if gt $readNextPosts 0 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue