Skip to content
Snippets Groups Projects
Commit 5f5212fe authored by pabois's avatar pabois
Browse files

cateogry now has parent

parent 7b51067d
No related branches found
No related tags found
No related merge requests found
---
title: "<%= @about.name %>"
slug: "<%= @about.slug %>"
<% if @about.parent %>
parent: "<%= about.parent.slug %>"
<% end %>
position: <%= @about.position %>
<% if @about.best_featured_image.attached? %>
image: "<%= @about.best_featured_image.blob.id %>"
......
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