Add a Subscribe to Blog link next to comments

You will need to edit your theme. Find the file where the loop of posts is being outputted; typically this will be in index.php. Find the place where the comments link is being output, and add:

 | <a href="https://wordpress.stackexchange.com/questions/65297/<?php echo get_feed_link() ?>">Subscribe to Blog</a>