Skip to content

Commit

Permalink
fix: use commit subject instead of hash as the commit link text
Browse files Browse the repository at this point in the history
Closes #44
  • Loading branch information
razonyang committed Dec 8, 2023
1 parent 63cfb2c commit ae8e98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/content-panel/repo.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
target="_blank"
rel="noreferrer noopener">
{{- partialCached "icons/icon" $commitIcon $commitIcon -}}
{{- .AbbreviatedHash -}}
{{- .Subject -}}
</a>
</li>
{{- end }}
Expand Down

0 comments on commit ae8e98d

Please sign in to comment.