Welcome to mirror list, hosted at ThFree Co, Russian Federation.

li.html « partials « layouts - github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 742cf5dd5f8e4e8fc48df4533701fd8d7d69c563 (plain)
1
2
3
4
5
<li>
	{{ $dateformat := .Site.Params.DateFmt | default "Jan 02, 2006" }}
	<span><time datetime="{{.Date}}">{{ .Date.Format $dateformat }}</time></span>
	<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>