rss html content

This commit is contained in:
Tommy Parnell
2019-01-21 15:25:44 -05:00
parent 3143f1c76b
commit a2dd0c0d2a

View File

@@ -14,7 +14,7 @@ namespace TerribleDev.Blog.Web
return new SyndicationItem()
{
Title = x.Title,
Description = x.ContentPlain,
Description = x.Content.ToString(),
Id = $"https://blog.terribledev.io/{x.Url}",
Published = x.PublishDate
};