diff --git a/app/templates/posts/show.html.slim b/app/templates/posts/show.html.slim
index 187d0e2..8d690cd 100644
--- a/app/templates/posts/show.html.slim
+++ b/app/templates/posts/show.html.slim
@@ -123,5 +123,6 @@ article class="h-entry"
- if post.syndicated?
span Also on:
- post.syndicated_to.each do |loc|
+ - next if loc[:location] == ""
a rel="syndication" class="u-syndication" href=loc[:url]
== render "shared/#{loc[:location]}"