Moved `assets/bootstrap/js/bootstrap.bundle.min.js` to `assets/js/` and
deleted the now-empty `assets/bootstrap/` directory. All frontend assets
now live under `assets/css/`, `assets/js/`, `assets/fonts/`, and
`assets/webfonts/` — no more nested vendor directories.
Cleaned `assets/css/custom.css`:
- Replaced a gradient with four identical color stops with a plain
`background: var(--primary-color)` (the gradient was a no-op)
- Removed dead `.google` share button styles (no Google share button
exists in any template)
Updated stale references:
- `templates/follow.html`: Updated X (formerly Twitter) share URL from
deprecated `intent/tweet` to `intent/post` endpoint
- `templates/base.html`: Updated footer issue tracker links from
Pagure to Forgejo (`forge.fedoraproject.org`)
- `AGENTS.md`: Marked Phases 3–5 as completed, updated stack
description, replaced config file docs with env var docs, updated
Docker references to Podman
Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@fedoraproject.org>