Skip to content
Snippets Groups Projects
Unverified Commit 6ba38c8a authored by Pierre-André Boissinot's avatar Pierre-André Boissinot Committed by GitHub
Browse files

Merge pull request #567 from noesya/fix_permalinks_static_export

fix permalinks static export
parents af388136 1eb6bfd1
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