chore: Update footer to include Gitea link and format contextual options

This commit is contained in:
Peter Wood
2025-11-14 12:45:50 -05:00
parent c6eb26037b
commit 82a17e4282

View File

@@ -99,19 +99,20 @@
}, },
"contextual": { "contextual": {
"options": [ "options": [
"copy", "copy",
"view", "view",
"chatgpt", "chatgpt",
"claude", "claude",
"perplexity", "perplexity",
"mcp", "mcp",
"cursor", "cursor",
"vscode" "vscode"
] ]
}, },
"footer": { "footer": {
"socials": { "socials": {
"github": "https://github.com/acedanger" "github": "https://github.com/acedanger",
"gitea": "https://git.ptrwd.com/peterwood/stocks/"
} }
} }
} }