From c599c5caf05b85ce16af2709fb6c15d4d2c72436 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 24 Dec 2021 15:37:54 +0100 Subject: [PATCH] persons --- app/views/admin/communication/website/posts/static.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/communication/website/posts/static.html.erb b/app/views/admin/communication/website/posts/static.html.erb index 6fca22570..308ab2a29 100644 --- a/app/views/admin/communication/website/posts/static.html.erb +++ b/app/views/admin/communication/website/posts/static.html.erb @@ -5,7 +5,7 @@ slug: "<%= @post.slug %>" <% if @post.pinned %> weight: 1 <% end %> -authors: +persons: - "<%= @post.author.slug %>" <% if @post.categories.any? %> categories: -- GitLab