diff --git a/app/views/admin/communication/websites/pages/static.html.erb b/app/views/admin/communication/websites/pages/static.html.erb
index e66c5a6935da283e0150303f7c2ffaa9c34c2b69..c92e909cf5bb7eee130a26a9046b9d74a2fecec0 100644
--- a/app/views/admin/communication/websites/pages/static.html.erb
+++ b/app/views/admin/communication/websites/pages/static.html.erb
@@ -5,7 +5,9 @@ breadcrumb_title: "<%= @about.breadcrumb_title.blank? ? @about.title : @about.br
 <%= render 'admin/application/static/permalink' %>
 <% 
 case @about.kind
-when 'education_programs', 'education_diplomas' %>
+when  'education_programs', 
+      'education_diplomas',
+      'communication_posts' %>
 <%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
 <% else %>
 <%= render 'admin/application/static/design' %>