{{ partial "head.html" . }}
{{ partial "header.html" . }} {{- if .Params.bannertemplate }} {{- partial .Params.bannertemplate . }} {{- else }} {{- partial "hellug-banner.html" . }} {{- end }}
{{- $articlelimit := 5 }} {{- $articlenum := len .Pages }} {{- $counter := 0 }} {{- $recentpostlimit := (sub now.Unix 31536000 ) }} {{- range first $articlelimit .Pages }} {{- $counter = add $counter 1 }} {{- if eq $counter 1 }}

{{ .Title }}

{{- .Summary }}
{{else}}

{{ .Title }}

{{- .Summary }} {{- end }} {{- end }}
{{ if gt $articlenum $articlelimit }}

Παλαιότερα άρθρα

    {{ range after 10 .Pages }}
  • {{ .Title }} {{ dateFormat "02/01/2006" .Date }}
  • {{ end }}
{{ end }}
{{ partial "footer.html" . }}