{{ .Title | markdownify }}
+ ++
From 422d73e16cf4456729c47013ae3151f877cc556d Mon Sep 17 00:00:00 2001
From: John Bowdre {{ site.Params.indexTitle | markdownify }}
{{ else }}
- {{ .Title | markdownify }}{{ if eq .Kind "term" }}
{{ end }}
-{{ end }}
+ {{ .Title | markdownify }}{{ if eq .Kind "term" }}
+ {{ with .Description }}{{ . }}
{{ else }}
{{ end }}
+{{ end }}{{ end }}
{{ .Content }}
@@ -24,8 +25,21 @@
{{- end }}
{{- else }}
- {{- range .Pages }}
- {{ .Title | markdownify }}
+ {{- range .Pages.ByDate.Reverse }}
+ {{- $postDate := .Date.Format "2006-01-02" }}
+ {{- $updateDate := .Lastmod.Format "2006-01-02" }}
+ {{ .Title | markdownify }}
+
+
+