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