From ac08e0dec6f6714341e4786ec7d7d32ae714c115 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 1 May 2024 16:13:44 +0100 Subject: [PATCH] Hid blog thumbnails, hide metadata for about --- content/en/page/about.md | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/page/about.md b/content/en/page/about.md index 97c7bb2..2ef09a0 100644 --- a/content/en/page/about.md +++ b/content/en/page/about.md @@ -1,10 +1,10 @@ --- author: SATRE title: About Us -date: 2024-01-01 description: keywords: ["about-us", "tre", "contact"] type: about +hideMeta: true --- SATRE (Standardised Architecture for Trusted Research Environments) started as a DARE UK Driver Project working to standardise access to secure data in trusted research environments, and included University of Dundee, Alan Turing Institute, UCL, Ulster University, and Research Data Scotland. diff --git a/hugo.toml b/hugo.toml index 636adc5..7a9b6d1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -81,7 +81,7 @@ DefaultContentLanguageInSubdir = true # Hides the thumbnail in post view # Thumbnails in home and blog pages will still be shown # This setting can also be in page's markdown file - hidePageThumbnail = false + hidePageThumbnail = true # Comments system [params.comments]