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

li.html « _default « layouts - github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0376bbcddd874325d7d538dcef9e851a7b82ad29 (plain)
1
2
3
4
5
<li>
	<a href="{{ .Permalink }}">{{ .Title }}</a>
	<div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
</li>