{{ with .PrevInSection }}

← {{ i18n "previous" }}: {{ .Title | markdownify }}

{{ dateFormat (or .Site.Params.dateFormat "January 2, 2006") .Date}}

{{ end }} {{ with .NextInSection }}

{{ i18n "next" }}: {{ .Title | markdownify }} →

{{ dateFormat (or .Site.Params.dateFormat "January 2, 2006") .Date}}

{{ end }}