From 8ba3de9b2d088e63a9a46d532e31d8226eaa7f59 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Wed, 27 Oct 2021 14:37:49 +0200 Subject: [PATCH] add identifier --- app/views/admin/communication/website/pages/jekyll.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/admin/communication/website/pages/jekyll.html.erb b/app/views/admin/communication/website/pages/jekyll.html.erb index 16629fafa..8d5582b04 100644 --- a/app/views/admin/communication/website/pages/jekyll.html.erb +++ b/app/views/admin/communication/website/pages/jekyll.html.erb @@ -1,6 +1,7 @@ --- title: "<%= @page.title %>" permalink: "<%= @page.path %>" +identifier: "<%= @page.id %>" parent: "<%= @page.parent_id %>" description: > <%= prepare_for_github @page.description %> -- GitLab