diff --git a/app/views/admin/communication/website/posts/static.html.erb b/app/views/admin/communication/website/posts/static.html.erb index 6f4cf6c455b32aa4e9c902b19b9cc09bf6e9f213..d37fc42141c069a97850ccc8240e14d81d5c7ee6 100644 --- a/app/views/admin/communication/website/posts/static.html.erb +++ b/app/views/admin/communication/website/posts/static.html.erb @@ -21,5 +21,7 @@ image_alt: "<%= @about.featured_image_alt %>" <% end %> description: > <%= prepare_text_for_static @about.description %> +description_short: > + <%= prepare_text_for_static @about.description_short %> --- <%= prepare_html_for_static @about.text, @about.university %>