From c85451aa5e0e3d968ce16296e8523c273a2ad22d Mon Sep 17 00:00:00 2001
From: alexisben <alexiben7@gmail.com>
Date: Thu, 14 Apr 2022 14:22:37 +0200
Subject: [PATCH] Hotfix posts' short description

---
 app/views/admin/communication/website/posts/static.html.erb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/views/admin/communication/website/posts/static.html.erb b/app/views/admin/communication/website/posts/static.html.erb
index 6f4cf6c45..d37fc4214 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 %>
-- 
GitLab