From cb5c68eec5aeb5aad2ff7d394fe8be8d24edf935 Mon Sep 17 00:00:00 2001 From: Matthew Mellor Date: Wed, 4 Mar 2026 20:12:38 -0600 Subject: [PATCH] docs(site): add author attribution to footer Co-Authored-By: Claude Opus 4.6 --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index 5a51695..c4a8a3b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -18,6 +18,9 @@ languageCode = "en-us" offlineSearch = false images = ["images/devrail-icon.png"] +[params.copyright] + authors = "[Matthew Mellor](https://matthew.mellor.earth)" + [[params.links.developer]] name = "GitHub" url = "https://github.com/devrail-dev"