diff --git a/content/sidebar.html b/content/sidebar.html index ed26171f..46417c24 100644 --- a/content/sidebar.html +++ b/content/sidebar.html @@ -18,7 +18,13 @@ if (upcomingEvents.size>0) <% else %> <%= e[:startdate].strftime("%d.%m., %H:%M") %>: <% end %> - <% if e[:url] %><%= e[:title] %><% else %><%= e[:title] %><% end %> + <% if e[:url] %> + <%= e[:title] %> + <% elsif e.identifier.start_with?("/events") %> + <%= e[:title] %> + <% else %> + <%= e[:title] %> + <% end %> <% end %>