8 lines
257 B
HTML
8 lines
257 B
HTML
|
|
<li class=tweet>
|
||
|
|
{{ .Content }}
|
||
|
|
<ul class=metadata>
|
||
|
|
<li class=timestamp><a href="{{ .Permalink }}">{{ .Date | time.Format ":date_full" }}, {{ .Date | time.Format ":time_short" }}</a></li>
|
||
|
|
</ul>
|
||
|
|
{{ partial "development/draft_tag.html" . }}
|
||
|
|
</li>
|