From ae8e98d3d28f23e3c754306e175dba26b6310b9d Mon Sep 17 00:00:00 2001 From: razonyang Date: Fri, 8 Dec 2023 18:56:37 +0800 Subject: [PATCH] fix: use commit subject instead of hash as the commit link text Closes #44 --- layouts/partials/hb/modules/content-panel/repo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/hb/modules/content-panel/repo.html b/layouts/partials/hb/modules/content-panel/repo.html index 1dbd805..2894326 100644 --- a/layouts/partials/hb/modules/content-panel/repo.html +++ b/layouts/partials/hb/modules/content-panel/repo.html @@ -73,7 +73,7 @@ target="_blank" rel="noreferrer noopener"> {{- partialCached "icons/icon" $commitIcon $commitIcon -}} - {{- .AbbreviatedHash -}} + {{- .Subject -}} {{- end }}