diff --git a/templates.go b/templates.go index 47d8b87..a9f64c8 100644 --- a/templates.go +++ b/templates.go @@ -409,7 +409,7 @@ var AuthorPage = `

Edit content:

{{ range .Content }} - + {{- end }}
{{ .Title }}{{ .Date.Format $timeFormat }} (last modified {{ .Lastmod.Format $timeFormat }})
{{ .Title }}{{ .Date.Format $timeFormat }}{{ if not (.Lastmod.Equal .Date) }} (last modified {{.Lastmod.Format $timeFormat }}){{end}}