Fix photo posts

This commit is contained in:
2023-11-03 21:25:28 +11:00
parent 186b24da56
commit 3c4c416fdd

View File

@@ -123,5 +123,6 @@ article class="h-entry"
- if post.syndicated? - if post.syndicated?
span Also on:  span Also on: 
- post.syndicated_to.each do |loc| - post.syndicated_to.each do |loc|
- next if loc[:location] == ""
a rel="syndication" class="u-syndication" href=loc[:url] a rel="syndication" class="u-syndication" href=loc[:url]
== render "shared/#{loc[:location]}" == render "shared/#{loc[:location]}"