From d1e25ddf19bd31ed8e372a35568a47c03507efc2 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 15 Apr 2023 15:08:08 -0700 Subject: [PATCH] Add the option to specify discussion rooms on articles --- layouts/partials/head.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index cfbc4be..d4f821e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,6 +6,10 @@ {{ end }} + {{ range .Params.discussionRooms }} + + {{ end }} +