From 992348adfb92ae7adc2b8c85653bc7b781947504 Mon Sep 17 00:00:00 2001 From: Nicolas Thouvenin Date: Mon, 3 Jun 2024 11:31:18 +0200 Subject: [PATCH] fix istex legacy blank page --- config.json | 9 +++- .../istex-legacy/{index.html => index.ejs} | 23 ++++++----- .../themes/istex-legacy/lodex-theme.json | 4 +- src/app/custom/themes/istex/index.ejs | 41 +++++++++++++++++-- 4 files changed, 61 insertions(+), 16 deletions(-) rename src/app/custom/themes/istex-legacy/{index.html => index.ejs} (94%) diff --git a/config.json b/config.json index f51f45b13..1025289e8 100644 --- a/config.json +++ b/config.json @@ -120,7 +120,14 @@ "istex": { "host": "/", "title": "Services", - "summary": "Les technologies et les outils ISTEX pour les projets de recherche." + "summary": "Les technologies et les outils ISTEX pour les projets de recherche.", + "matomoID": "39" + }, + "istex-legacy": { + "host": "/", + "title": "Services", + "summary": "Les technologies et les outils ISTEX pour les projets de recherche.", + "matomoID": "39" }, "inist": { "title": "Etudes" diff --git a/src/app/custom/themes/istex-legacy/index.html b/src/app/custom/themes/istex-legacy/index.ejs similarity index 94% rename from src/app/custom/themes/istex-legacy/index.html rename to src/app/custom/themes/istex-legacy/index.ejs index 9d96cdd1c..1be386684 100644 --- a/src/app/custom/themes/istex-legacy/index.html +++ b/src/app/custom/themes/istex-legacy/index.ejs @@ -87,10 +87,10 @@
- <%= theme.title %> + <%= custom.title %>

- <%= theme.summary %> + <%= custom.summary %>

@@ -117,13 +117,16 @@ - - - - + + + + + + - - - \ No newline at end of file + + + + + +