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(+), 0 deletions(-)

changed files
M internal/website/mux.gointernal/website/mux.go
@@ -71,6 +71,7 @@ }, log.Named("vcs"))
if err != nil { return nil, errors.WithMessage(err, "could not open repository") } + builderOptions.Repo = repo if exists && !opts.Development { _, err := repo.Update()