diff --git a/app/views/content_items/html_publication.html.erb b/app/views/content_items/html_publication.html.erb
index 6a4723107..9934beae2 100644
--- a/app/views/content_items/html_publication.html.erb
+++ b/app/views/content_items/html_publication.html.erb
@@ -12,8 +12,10 @@
<% @content_item.organisations.each do |organisation| %>
+ <% logo_attributes = @content_item.organisation_logo(organisation) %>
+ <% next unless logo_attributes %>
-
- <%= render 'govuk_publishing_components/components/organisation_logo', @content_item.organisation_logo(organisation) %>
+ <%= render 'govuk_publishing_components/components/organisation_logo', logo_attributes %>
<% end %>