How to make blog item non-clickable

To make a blog item non-clickable in Squarespace, you can use this code to Custom CSS box

[class*="type-blog"] article.hentry {
    pointer-events: none;
}