diff --git a/fingerprints.html b/fingerprints.html index 3af9a78..41ece5d 100644 --- a/fingerprints.html +++ b/fingerprints.html @@ -33,7 +33,7 @@

PGP Key Fingerprints let formattedDate = `${year}-${month}-${day} @ ${hours}:${minutes}:${seconds}`; - document.getElementById('latest-commit').innerHTML = `Latest Commit: ${slicedCommit} on ${formattedDate}
GitHub | LinkedIn | PGP Keys | Fosstodon` + document.getElementById('latest-commit').innerHTML = `Latest Commit: ${slicedCommit} on ${formattedDate}
<< Back to home | GitHub | LinkedIn | PGP Keys | Fosstodon` }) ...