add paginator code but keep it disabled
This commit is contained in:
parent
1ffe31f6c4
commit
be9ffaf7c5
3 changed files with 24 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
|||
{{ range .Site.RegularPages.ByDate.Reverse }}
|
||||
{{ if .IsNode }}
|
||||
{{ partial "posts.html" . }}
|
||||
{{ else }}
|
||||
{{ partial "cards/post.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue