Something wrong with redirect you made when you was trying to redirect page /feed/ to feedburner.
Just go to wordpress theme editor and change line
Quote:
|
<link rel="alternate" type="application/rss+xml" title="The Trail Running Blog RSS Feed" href="http://www.trail-running-blog.com/feed/" />
|
to
Quote:
|
<link rel="alternate" type="application/rss+xml" title="The Trail Running Blog RSS Feed" href="http://feeds.feedburner.com/TheTrailRunningBlog/" />
|