erynwells.me/layouts/twitter/li_grid_with_date.html
Eryn Wells cac32298b8 Bones of a Twitter section
Copied over the templates from blog/ and set up permalinks.
Drew some bespoke star and retweet icons.
Wrote a script to import data from the archive.
2023-09-23 09:52:33 -07:00

7 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>