Tag: {{ .Title }} {{ if .Site.Params.social.rss }} rss {{ end }}

Posts

{{ range $index, $element := (where .Data.Pages "Section" "post").ByDate.Reverse }} {{ if and (isset .Params "image") .Params.image }} {{ if eq (mod $index 2) 0 }}
{{ else }}
{{ end }} {{ else }}
{{ end }} {{ if and (isset .Params "image") .Params.image }} {{ end }}
{{ .Date.Format "02 January 2006" }} / {{ if and (isset .Site.Params "author") .Site.Params.author }} {{ if and (isset .Site.Params "authorlink") .Site.Params.authorLink }} {{ else }} {{ .Site.Params.author | default "" }} {{ end }} {{ end }} {{ range .Params.categories }} / {{ . }} {{ end }}
{{ end }}