From 61c18a46ca83d16295843404d86fc8a88875f3c8 Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Fri, 17 May 2024 19:31:37 +0200 Subject: [PATCH] Add gallery title --- gallery.ejs | 27 ++++++++++++++++----------- index.qmd | 1 - 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/gallery.ejs b/gallery.ejs index d375868d1..a72114cb8 100644 --- a/gallery.ejs +++ b/gallery.ejs @@ -1,19 +1,24 @@ ```{=html} -
+

R packages of the tesselle projet:

+ +
<% for (const item of items) { %> -
> - <%- item.description %> +
+
> + <%- item.description %> -
-
<%= item.title %>
-
<%= item.subtitle %>
- - Documentation - Source code - +
+
<%= item.title %>
+
<%= item.subtitle %>
+
+
-
<% } %>
diff --git a/index.qmd b/index.qmd index 19fae2aba..a9fd8211e 100644 --- a/index.qmd +++ b/index.qmd @@ -41,7 +41,6 @@ cat( ``` ::: {.column-page} -# R Packages ::: {#gallery} :::