diff --git a/app/views/admin/communication/website/categories/static.html.erb b/app/views/admin/communication/website/categories/static.html.erb
index ef0142538858efa7bcea609f9d79077a9f892135..1674051a6bf19c7270712b84cd5a97e345668c17 100644
--- a/app/views/admin/communication/website/categories/static.html.erb
+++ b/app/views/admin/communication/website/categories/static.html.erb
@@ -1,6 +1,9 @@
 ---
 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 %>"