diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 273d8d9..2527946 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- The placeholder Anubis mascot has been replaced with a design by [CELPHASE](https://bsky.app/profile/celphase.bsky.social). - Allow iMessage's link preview fetcher through Anubis by default. - Added a periodic cleanup routine for the decaymap that removes expired entries, ensuring stale data is properly pruned. - Added a no-store Cache-Control header to the challenge page diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 42eaa98..4320504 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -76,7 +76,7 @@ const config: Config = { title: 'Anubis', logo: { alt: 'A happy jackal woman with brown hair and red eyes', - src: 'img/happy.webp', + src: 'img/favicon.webp', }, items: [ { diff --git a/docs/static/img/android-chrome-512x512.png b/docs/static/img/android-chrome-512x512.png index dddd387..cef21c5 100644 Binary files a/docs/static/img/android-chrome-512x512.png and b/docs/static/img/android-chrome-512x512.png differ diff --git a/docs/static/img/favicon.ico b/docs/static/img/favicon.ico index 593253c..fba094c 100644 Binary files a/docs/static/img/favicon.ico and b/docs/static/img/favicon.ico differ diff --git a/docs/static/img/favicon.webp b/docs/static/img/favicon.webp new file mode 100644 index 0000000..394a93e Binary files /dev/null and b/docs/static/img/favicon.webp differ diff --git a/docs/static/img/happy.webp b/docs/static/img/happy.webp index 31c78c8..40b979d 100644 Binary files a/docs/static/img/happy.webp and b/docs/static/img/happy.webp differ diff --git a/web/index.templ b/web/index.templ index b43e82c..ff3994f 100644 --- a/web/index.templ +++ b/web/index.templ @@ -66,6 +66,7 @@ templ base(title string, body templ.Component) { href="https://techaro.lol" >Techaro. Made with ❤️ in 🇨🇦.
+Mascot design by CELPHASE.
@@ -114,7 +115,7 @@ templ errorPage(message string) {{ message }.
@@ -137,8 +138,7 @@ templ bench() {