mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-01 01:36:41 -07:00
5 lines
174 B
HTML
5 lines
174 B
HTML
<li>
|
|
<a href="{{ .Permalink }}">{{ .Title }} {{ if .GetParam "draft"}}DRAFT{{end}}</a>
|
|
<div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
|
|
</li>
|
|
|