diff --git a/app/views/admin/communication/website/pages/static.html.erb b/app/views/admin/communication/website/pages/static.html.erb index e18d1756ccdbfd121b036017846de8dccb73cb41..58b3a4a9d61a06f73558901123a533780af55a5e 100644 --- a/app/views/admin/communication/website/pages/static.html.erb +++ b/app/views/admin/communication/website/pages/static.html.erb @@ -7,6 +7,9 @@ position: <%= @page.position %> image: "<%= @page.best_featured_image.blob.id %>" image_alt: "<%= @page.featured_image_alt %>" <% end %> +<% if @page.category %> +category: "<%= @page.category.path %>" +<% end %> description: > <%= prepare_for_github @page.description, @page.university %> ---