mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 18:46:40 -07:00
6 lines
174 B
HTML
6 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>
|
||
|
|