From 2e231c344a4fdd77a9679006c0b540bd4cc4f909 Mon Sep 17 00:00:00 2001 From: Ivan “CLOVIS” Canet Date: Sat, 01 Mar 2025 22:12:20 +0000 Subject: [PATCH] build(website): Remove '&' from site_author because it breaks the RSS plugin See https://github.com/Guts/mkdocs-rss-plugin/issues/360 --- docs/website/mkdocs.yml | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/docs/website/mkdocs.yml b/docs/website/mkdocs.yml --- a/docs/website/mkdocs.yml +++ b/docs/website/mkdocs.yml @@ -1,5 +1,5 @@ site_name: OpenSavvy Playground -site_author: OpenSavvy & contributors +site_author: OpenSavvy and contributors site_description: > Project template with CI/CD and IDE configuration. -- tangled.sh