6 lines
332 B
HTML
6 lines
332 B
HTML
<li>
|
|
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "January" }}</time>
|
|
<time class="nobreak" datetime="{{ .Date | time.Format "2006-01-02" }}">{{ .Date | time.Format "2" }}</time>
|
|
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
|
{{ partial "development/draft_tag.html" . }}
|
|
</li>
|