diff --git a/cspell.json b/cspell.json index 1d9f542..9a99024 100644 --- a/cspell.json +++ b/cspell.json @@ -50,6 +50,7 @@ "/[a-zA-Z0-9+/=]{32,}/", "/[a-f0-9]{40,}/", "/[A-Z]{2,}_[A-Z_0-9]+/", + "/\\bG-[A-Z0-9]{6,}\\b/", "/#[0-9a-fA-F]{3,8}\\b/", "/data:[^\"' )]+/", "/https?:\\/\\/[^\\s\"'<>)]+/" diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 98c0da9..177074d 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -55,6 +55,20 @@ const ldList = itemList ? itemListSchema(siteUrl, itemList.name, itemList.items,
+ + + + +