Skip to content
Snippets Groups Projects
Commit 2c46e4af authored by pabois's avatar pabois
Browse files

categories enfants

parent 69aa7b10
No related branches found
No related tags found
No related merge requests found
---
title: "<%= @about.name %>"
slug: "<%= @about.slug %>"
slug: "<%= @about.path %>"
<% if @about.parent %>
parent: "<%= @about.parent.slug %>"
parent: "<%= @about.parent.path %>"
<% end %>
position: <%= @about.position %>
<% if @about.best_featured_image.attached? %>
......
......@@ -12,7 +12,7 @@ authors:
<% if @about.categories.any? %>
categories:
<% @about.categories.each do |category| %>
- "<%= category.path %>/"
- "<%= category.path %>"
<% end %>
<% end %>
<% if @about.featured_image.attached? %>
......
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