aboutsummaryrefslogblamecommitdiff
path: root/layouts/_default/list.txt
blob: c129a19b5756f0ff5dff77bb974b4fe6d17cb37d (plain) (tree)
1
2
3
4
5
6
7


                                                                                
 
                                        
                                                                                                                           
        
{{ .Title }}
================================================================================
{{ partial "content.txt" . }}

{{ range .Pages.ByPublishDate.Reverse }}
* {{if .Date }} {{ .Date.Format "2006-01-02" }}{{ end }}{{- .Title }} ({{ .RelPermalink | replaceRE `text/index.txt` `` }})
{{ end }}