diff --git a/app/views/admin/communication/websites/pages/static.html.erb b/app/views/admin/communication/websites/pages/static.html.erb
index 710adbec98809df944bb1167c0338bbfc653c45f..75e7c4a4295ea8f61e0ff7cc9c09207ea4b1bef0 100644
--- a/app/views/admin/communication/websites/pages/static.html.erb
+++ b/app/views/admin/communication/websites/pages/static.html.erb
@@ -20,7 +20,7 @@ description: >
 description_short: >
   <%= prepare_text_for_static @about.description_short %>
 header_text: >-
-  <%= @about.header_text %>
+  <%= prepare_html_for_static @about.header_text, @website.university %>
 legacy_text: >
   <%= prepare_html_for_static @about.text, @about.university %>
 <%= render 'admin/communication/blocks/static', about: @about %>