Convert list page into hugo templates

This commit is contained in:
hossainemruz
2020-04-18 02:19:46 +06:00
parent 607f15580c
commit 00465629d2
11 changed files with 98 additions and 19 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ range .Pages }}
{{ if .IsNode }}
{{ partial "posts.html" . }}
{{ else }}
{{ partial "cards/post.html" . }}
{{ end }}
{{ end }}