added bg image to header. Fixed backtotop link and icons in home and footer.
[theme-danix.xyz.git] / layouts / partials / funcs / datepublish.html
CommitLineData
e28a215c 1{{ $dateTime := .PublishDate.Format "2006-01-02" }}
2{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
3<time datetime="{{ $dateTime }}">{{ .PublishDate.Format $dateFormat }}</time>