Skip to content
Snippets Groups Projects
Unverified Commit a9777d09 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Merge pull request #615 from noesya/posts_now_reference_categories_slugs

use slug instead of path for categories
parents 4671c406 902d11b5
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