Browser tab icon should match company_site (the square gear/infinity mark), not the wide wordmark.
Source of truth (company_site):
Favicon: company_site/public/static/public/img/favicon.png — used as <link rel="icon"> in base.html
Wordmark: company_site/public/static/public/img/logo.png — header brand image, not the tab icon
Here today:site/core/templates/core/base.html points rel="icon" at core/img/logo.png (the full “AI ML OPERATIONS” wordmark). There is no favicon.png. CSS already has .brand-logo-img but the landing page does not show the mark.
Do:
Copy favicon.png from company_site into site/core/static/core/img/
Point <link rel="icon"> at favicon.png (keep logo.png for in-page branding if we add a header mark)
Keep PNG type; no new sizes unless we need apple-touch later
Browser tab icon should match company_site (the square gear/infinity mark), not the wide wordmark.
**Source of truth** (`company_site`):
- Favicon: `company_site/public/static/public/img/favicon.png` — used as `<link rel="icon">` in `base.html`
- Wordmark: `company_site/public/static/public/img/logo.png` — header brand image, not the tab icon
**Here today:** `site/core/templates/core/base.html` points `rel="icon"` at `core/img/logo.png` (the full “AI ML OPERATIONS” wordmark). There is no `favicon.png`. CSS already has `.brand-logo-img` but the landing page does not show the mark.
**Do:**
- Copy `favicon.png` from company_site into `site/core/static/core/img/`
- Point `<link rel="icon">` at `favicon.png` (keep `logo.png` for in-page branding if we add a header mark)
- Keep PNG type; no new sizes unless we need apple-touch later
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Browser tab icon should match company_site (the square gear/infinity mark), not the wide wordmark.
Source of truth (
company_site):company_site/public/static/public/img/favicon.png— used as<link rel="icon">inbase.htmlcompany_site/public/static/public/img/logo.png— header brand image, not the tab iconHere today:
site/core/templates/core/base.htmlpointsrel="icon"atcore/img/logo.png(the full “AI ML OPERATIONS” wordmark). There is nofavicon.png. CSS already has.brand-logo-imgbut the landing page does not show the mark.Do:
favicon.pngfrom company_site intosite/core/static/core/img/<link rel="icon">atfavicon.png(keeplogo.pngfor in-page branding if we add a header mark)