From 706101d8a832cdebd5342d5f7189dc0477e5269a Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Wed, 8 Sep 2021 19:09:22 +0200
Subject: [PATCH] fix

---
 .../research/journal/volumes/jekyll.html.erb  | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/app/views/admin/research/journal/volumes/jekyll.html.erb b/app/views/admin/research/journal/volumes/jekyll.html.erb
index 35ff036d3..b8cda39d1 100644
--- a/app/views/admin/research/journal/volumes/jekyll.html.erb
+++ b/app/views/admin/research/journal/volumes/jekyll.html.erb
@@ -1,18 +1,13 @@
 ---
-title: <%= @volume.title %>
+title: "<%= @volume.title %>"
 number: <%= @volume.number %>
-issn: 1473-2866
+issn: "-"
 tags:
-  - Andy Stirling
-  - anti-imperialism
-  - de colonial degrowth
-  - degrowth
-  - economic growth
-  - ideology of growth
-  - pluriverse
-  - post-growth
-  - Saurabh Arora
-  - The Political Economy of Degrowth
+  - "Andy Stirling"
+  - "anti-imperialism"
+  - "de colonial degrowth"
+  - "degrowth"
+  - "economic growth"
 lang: Français
 date: "<%= @volume.published_at %>"
 image: /assets/img/volume-1.png
-- 
GitLab