Have signatures enabled for posts on write.as but don't want to show those on your blog index page? Because that does get repetitive?

Add this bit to the custom css section for the blog in question:

#collection .book p:nth-last-child(1) {
  display: none;
} 

I only tested this for the “blog” display format!