Using feed app to get weblog posts listed on front page of website. Everything appears properly except the feed description. The code returns "weblog" rather than the description for the feed in the feed app.

<div class="rssFeed includelet colouredPanel panel panel-default">
   
   
  <div class="panel-heading"><h2 class="panel-title">Spare a thought for the Skip</h2></div>
   
  <div class="content panel-body">
  <p class="rssDescription">Weblog</p>
  </div>
   
  <ul class="list-group">
   

So I have to hide it for now. Not ideal.