{{define "title"}}Activite — Talas Wiki{{end}} {{define "content"}}

Activite recente

{{range .RecentPages}}
{{.Title}} {{.Domain}} · {{formatDateShort .ModTime}} · {{humanSize .Size}}
{{end}}
{{if .GitActivity}}

Commits recents

{{range .GitActivity}}
{{.Message}} {{shortHash .Hash}} · {{.Author}} · {{formatDateShort .Date}}
{{end}}
{{end}} {{end}}