Skip to content
Snippets Groups Projects
Commit c6d57044 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

categories

parent 6039a965
No related branches found
No related tags found
No related merge requests found
---
title: "<%= @about.name %>"
<%= render 'admin/application/static/permalink', forced_slug: @about.slug_with_ancestors_slugs %>
layout:
full_width: <%= @about.full_width %>
toc:
present: <%= @about.show_toc? %>
offcanvas: <%= !@about.full_width %>
<%= render 'admin/application/static/layout', full_width: true, toc_present: false, toc_offcanvas: false %>
<% if @about.parent %>
parent: "<%= @about.parent.path %>"
<% 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