Skip to content
Snippets Groups Projects
Commit 902d11b5 authored by pabois's avatar pabois
Browse files

use slug instead of path for categories

parent 6e6b9c56
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ authors:
<% if @about.categories.any? %>
categories:
<% @about.categories.each do |category| %>
- "<%= category.path %>"
- "<%= category.slug %>"
<% end %>
<% end %>
<%= render 'admin/communication/unsplash/static' %>
......
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