From ebce4e690420561b1a5a922da21f82c4b6dee61e Mon Sep 17 00:00:00 2001 From: Senthilkumar Panneerselvam Date: Tue, 7 Nov 2023 09:54:15 +0100 Subject: [PATCH] Update general keywords Co-authored-by: LianeHughes --- layouts/partials/schema.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html index ba9f066e9..f6ca5d046 100644 --- a/layouts/partials/schema.html +++ b/layouts/partials/schema.html @@ -8,7 +8,7 @@ {{ $name := .Site.Title }} {{ $description := .Site.Params.description }} {{ $image := index .Site.Params.Images 0 | absURL }} -{{ $keywords := slice "Swedish portal" "Pathogens" "Influenza" "Mpox" "COVID-19" "coronavirus" "SARS-CoV-2" "Covid19 data portal" "Antibiotic resistance" "Enteric viruses" "Infectious diseases" "Pandemic" }} +{{ $keywords := slice "Swedish portal" "Pathogens" "Influenza" "Mpox" "COVID-19" "coronavirus" "SARS-CoV-2" "Covid19 data portal" "Antibiotic resistance" "Enteric viruses" "Infectious diseases" "Pandemic" "Pandemic preparedness" "Pathogens portal" "Pandemic Laboratory Preparedness" }} {{ $currentPage := path.Split (path.Clean .RelPermalink) }}