Fix post sorting + make card linkable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{ range .Pages }}
|
||||
{{ range .Site.RegularPages.ByDate.Reverse }}
|
||||
{{ if .IsNode }}
|
||||
{{ partial "posts.html" . }}
|
||||
{{ else }}
|
||||
|
||||
Reference in New Issue
Block a user