Fix post sorting + make card linkable
This commit is contained in:
parent
43e1a2a044
commit
1ffe31f6c4
7 changed files with 63 additions and 46 deletions
|
@ -1,4 +1,4 @@
|
|||
{{ range .Pages }}
|
||||
{{ range .Site.RegularPages.ByDate.Reverse }}
|
||||
{{ if .IsNode }}
|
||||
{{ partial "posts.html" . }}
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue