diff --git a/app/views/admin/communication/blocks/templates/posts/_static.html.erb b/app/views/admin/communication/blocks/templates/posts/_static.html.erb
index 959fad4a6f157971c86dcb5804efcd2f7dfe07f2..cf1ad033a4ef79c55eb17ac2f9d977de17536a4d 100644
--- a/app/views/admin/communication/blocks/templates/posts/_static.html.erb
+++ b/app/views/admin/communication/blocks/templates/posts/_static.html.erb
@@ -1,5 +1,5 @@
 <% if block.template.category %>
-      category: <%= block.template.category.slug %>
+      category: "<%= block.template.category.path %>"
 <% end %>
       posts:
 <% block.template.selected_posts.each do |post| %>