⌨️ As I don't use titles for my posts, the only direct link to an entry is via its date. However, as that is not completely obvious, I added a link icon in front of it with CSS.
In case you want to do something similar, here's the code:
footer time::before {
content: "🔗 ";
}