From c160dd2d56b3c1c7b9347c80ea4a0ec9464b7c63 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Thu, 27 Mar 2025 09:29:08 +0100
Subject: [PATCH] fix(GUI): update YAML metadata values Refs: #81

---
 inst/ShinyGR/www/tab_about.md  | 4 ++--
 inst/ShinyGR/www/tab_about.rmd | 4 ++--
 inst/ShinyGR/www/tab_fun.md    | 4 ++--
 inst/ShinyGR/www/tab_fun.rmd   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/inst/ShinyGR/www/tab_about.md b/inst/ShinyGR/www/tab_about.md
index 2901fcd..65a0001 100644
--- a/inst/ShinyGR/www/tab_about.md
+++ b/inst/ShinyGR/www/tab_about.md
@@ -1,8 +1,8 @@
 ---
 output: 
   html_document: 
-    keep_md: yes
-    self_contained: yes
+    keep_md: true
+    self_contained: true
 ---
 
 
diff --git a/inst/ShinyGR/www/tab_about.rmd b/inst/ShinyGR/www/tab_about.rmd
index 94484f4..4149612 100644
--- a/inst/ShinyGR/www/tab_about.rmd
+++ b/inst/ShinyGR/www/tab_about.rmd
@@ -1,8 +1,8 @@
 ---
 output: 
   html_document: 
-    keep_md: yes
-    self_contained: yes
+    keep_md: true
+    self_contained: true
 ---
 
 
diff --git a/inst/ShinyGR/www/tab_fun.md b/inst/ShinyGR/www/tab_fun.md
index 094509c..2889ca3 100644
--- a/inst/ShinyGR/www/tab_fun.md
+++ b/inst/ShinyGR/www/tab_fun.md
@@ -1,8 +1,8 @@
 ---
 output: 
   html_document: 
-    keep_md: yes
-    self_contained: yes
+    keep_md: true
+    self_contained: true
 ---
 
 
diff --git a/inst/ShinyGR/www/tab_fun.rmd b/inst/ShinyGR/www/tab_fun.rmd
index 7c06d2a..97ed59d 100644
--- a/inst/ShinyGR/www/tab_fun.rmd
+++ b/inst/ShinyGR/www/tab_fun.rmd
@@ -1,8 +1,8 @@
 ---
 output: 
   html_document: 
-    keep_md: yes
-    self_contained: yes
+    keep_md: true
+    self_contained: true
 ---
 
 
-- 
GitLab