{{.Content}}
{{ $articlelimit := 10 }}
{{ $articlenum := len .Pages }}
{{ $counter := 0 }}
{{ $recentpostlimit := (sub now.Unix 6153600 ) }}
{{ range first $articlelimit .Pages }}
{{ $counter = add $counter 1 }}
{{ if eq $counter 1 }}
{{else}}
{{ end }}
{{ end }}
{{ if gt $articlenum $articlelimit }}
{{ end }}
{{ partial "column2.html" . }}
{{ .Title }}
{{ dateFormat "02/01/2006" .Date }} {{ if lt $recentpostlimit .Date.Unix }} Nέο {{ end }}
{{ .Summary }}
{{ .Title }}
{{ dateFormat "02/01/2006" .Date }} {{ if lt $recentpostlimit .Date.Unix }} Nέο {{ end }}
{{ .Summary }}
Παλαιότερα άρθρα
-
{{ range after 10 .Pages }}
- {{ .Title }} {{ dateFormat "02/01/2006" .Date }} {{ end }}