I'm not including the wp_head() call in my header.php, but I would like to include the feed links for each post.
Is it possible to call wp_head() with arguments only to include specific functionality? Or alternately, can you call specific functionality (admin toolbar css, feed links, etc) directly?