Skip to content
Snippets Groups Projects
Commit 0840d461 authored by pabois's avatar pabois
Browse files

close #623

parent cf5d7a09
No related branches found
No related tags found
No related merge requests found
url: "<%= @about.current_permalink_in_website(@website)&.path %>" url: "<%= @about.current_permalink_in_website(@website)&.path %>"
<% if @about.respond_to?(:slug) && @about.slug.present? %> <% if @about.respond_to?(:slug) && @about.slug.present? %>
<% forced_slug ||= nil %>
slug: "<%= forced_slug || @about.slug %>" slug: "<%= forced_slug || @about.slug %>"
<% end %> <% end %>
<% <%
......
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