all repos — homestead @ 431e351c78000ccd0d6bf035b4cd1092a7744d85

Code for my website

show date last updated for posts with multiple commits

Alan Pearce
commit

431e351c78000ccd0d6bf035b4cd1092a7744d85

parent

677f6211540940a1bdccb07cae059b4343807f1a

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/list.templtemplates/list.templ
@@ -42,7 +42,7 @@ <ul class="h-feed">
for _, post := range posts { <li class="h-entry"> <span> - @postDate(post.Date) + @postDate(post.Date, "dt-published") </span> <a class="p-name u-url" href={ templ.SafeURL(post.URL) }>{ post.Title }</a> </li>