diff --git a/_plugins/jekyll-live-tiles.rb b/_plugins/jekyll-live-tiles.rb
index 76d230a9cf1e7617d3f4db54015b2fa5913d6a45..c7475344f8412df6b866138ebfbe7f4c69ff051f 100644
--- a/_plugins/jekyll-live-tiles.rb
+++ b/_plugins/jekyll-live-tiles.rb
@@ -106,7 +106,7 @@ module Jekyll
             end
             v.binding("template"=>"TileSquare310x310TextList02", "branding"=>"logo", "fallback"=>"TileWideText09") do |b|
               b.tag!("text", post.title, "id"=>"1")
-              b.tag!("text", shorten(strip(post.content)),"id"=>"2")
+              b.tag!("text", shorten(post.data["summary"]),"id"=>"2")
               b.tag!("text", "#{post.date.month}-#{post.date.day}-#{post.date.year}", "id"=>"3")
             end
           end