{{ define "main" }} {{ $paginator := .Paginate (where .Site.RegularPages "Section" "post").ByPublishDate.Reverse }}

openEuler Blog


{{ range $paginator.Pages }}

{{ .LinkTitle }}

Author: {{ .Params.author }} · Published at {{ .Date.Format "January 2, 2006" }} ·  {{.ReadingTime}} min read

{{ .Params.summary }}...

{{ end }}
{{ partial "widget-tags.html" . }}
{{ partial "widget-recent.html" . }}
{{ partial "widget-archives.html" . }}
{{ end }}