authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-16 21:47:58 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2020-11-16 21:47:58 -08:00
log298cae90badcfa177d342d173075c5fdc5975fd2
tree2d17ed1363fc29a1ea14486c08e24785c324f03b
parentd2fb223cd68241830f193152432744647da55892

changelog- wrap commit hash in code tag


1 files changed, 1 insertions(+), 1 deletions(-)

changelog.sh+1-1
......@@ -34,7 +34,7 @@ while IFS= read -r lineVAR; do
3434 if [[ "$t" == '2' ]]; then
3535 break
3636 fi
37 echo "<li><a href='https://github.com/nektro/$CIRCLE_PROJECT_REPONAME/commit/$hash'>$hash_abrev</a> $title ($author)</li>"
37 echo "<li><a href='https://github.com/nektro/$CIRCLE_PROJECT_REPONAME/commit/$hash'><code>$hash_abrev</code></a> $title ($author)</li>"
3838 fi
3939 c=$(($c+1))
4040 #