Skip to content
Snippets Groups Projects
Unverified Commit 8086d9c6 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

page position jekyll

parent b27f8927
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ permalink: "<%= @page.path %>"
identifier: "<%= @page.id %>"
parent: "<%= @page.parent_id %>"
related_category: "<%= @page.related_category_id %>"
position: <%= @page.position %>
<% if @page.featured_image.attached? %>
image: "<%= @page.featured_image.blob.id %>"
<% 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