From 2c3f9bfc4dc20dc50b3711a4c52336f39ef402c5 Mon Sep 17 00:00:00 2001 From: Arthur Le Meur Date: Wed, 14 Aug 2024 15:41:31 +0200 Subject: [PATCH] move reviews to config.toml file --- config.toml | 15 +++++++++++++++ layouts/shortcodes/reviews.html | 24 ++++++------------------ 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/config.toml b/config.toml index f650d91d..5f5a1b10 100644 --- a/config.toml +++ b/config.toml @@ -205,6 +205,21 @@ enable = false icon = "fa fa-envelope" desc = "Discuss development issues around the project" +[[params.reviews]] +content = "I love Thorium and have introduced it to my students for reading any digital content. It is doubly good when something that makes reading more accessible for visually impaired people is also something that makes things more flexible for all. It makes it so much easier to get buy-in for using it." +name = "Suzanne Norman" +place = "Simon Fraser University, Canada" + +[[params.reviews]] +content = "I am very happy to have found this app. Its simple, easy to use, and most importantly, its very friendly for people who are blind and visually impaired." +name = "Noberto" +place = "USA" + +[[params.reviews]] +content = "I can’t get enough of this ebook reader its clean and simple makes things easier for me to read! thank you I totally recommend this!" +name = "Gigi" +place = "USA" + # hugo module configuration [module] diff --git a/layouts/shortcodes/reviews.html b/layouts/shortcodes/reviews.html index ad70c231..76a44260 100644 --- a/layouts/shortcodes/reviews.html +++ b/layouts/shortcodes/reviews.html @@ -1,3 +1,4 @@ +

User Reviews