{{ if eq .context.Section "news" }}
{{ .context.Date.Format "January 2, 2006" }}
{{ end }}
{{- if eq .context.Section "functions" -}} {{ .context.LinkTitle }} {{- else -}} {{ .context.Title }} {{- end -}}
{{ if .context.Params.description }} {{ .context.Params.description | markdownify }} {{ else }} {{ .context.Summary }} {{ end }}
Read More ยป