show date last updated for posts with multiple commits
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/list.templ → templates/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>