Skip to content

Commit

Permalink
add backlink to root (/)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem committed Jul 16, 2024
1 parent b1335a7 commit 57f441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fingerprints.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3>PGP Key Fingerprints

let formattedDate = `${year}-${month}-${day} @ ${hours}:${minutes}:${seconds}`;

document.getElementById('latest-commit').innerHTML = `<a href="https://github.com/ibnaleem/shaffan.dev/commit/${commit}">Latest Commit: ${slicedCommit} on ${formattedDate}</a><br> <a href="https://github.com/ibnaleem", noreferrer="">GitHub</a> | <a href="https://www.linkedin.com/in/shaffan-aleem-b7a852255/", noreferrer="">LinkedIn</a> | <a href="pgp.txt", noreferrer="">PGP Keys</a> | <a href="https://fosstodon.org/@ibnaleem", noreferrer="">Fosstodon</a>`
document.getElementById('latest-commit').innerHTML = `<a href="https://github.com/ibnaleem/shaffan.dev/commit/${commit}">Latest Commit: ${slicedCommit} on ${formattedDate}</a><br><a href="/" noreferrer=""><< Back to home</a> | <a href="https://github.com/ibnaleem", noreferrer="">GitHub</a> | <a href="https://www.linkedin.com/in/shaffan-aleem-b7a852255/", noreferrer="">LinkedIn</a> | <a href="pgp.txt", noreferrer="">PGP Keys</a> | <a href="https://fosstodon.org/@ibnaleem", noreferrer="">Fosstodon</a>`
})
</script>
<span id="latest-commit">...
Expand Down

0 comments on commit 57f441c

Please sign in to comment.