diff --git a/layouts/index.json b/layouts/index.json index c3346bd..e80d70d 100644 --- a/layouts/index.json +++ b/layouts/index.json @@ -1,7 +1,7 @@ {{- $result := slice -}} {{- range .Site.RegularPages -}} - {{- $data := dict "title" .Title "id" .File.UniqueID "url" .Permalink "path" .RelPermalink "section" .Section -}} + {{- $data := dict "title" .Title "url" .Permalink "date" .Date -}} {{- $result = $result | append $data -}} {{- end -}}