Skip to content
Snippets Groups Projects
Commit 1eb6bfd1 authored by pabois's avatar pabois
Browse files

fix

parent af388136
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ persons: <%= @website.special_page(:persons).path_without_language %>:slu
<% if @website.has_organizations? %>
organizations: <%= @website.special_page(:organizations).path_without_language %>:slug/
<% end %>
<% if @website.has_authors? %>
<%# website might have authors but no communication_posts (if a post unpublished exists) %>
<% if @website.has_authors? && @website.has_communication_posts? %>
authors: <%= @website.special_page(:persons).path_without_language %>:slug/<%= @website.special_page(:communication_posts).slug %>/
<% end %>
<% if @website.has_education_diplomas? %>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment