Use company_site favicon and icon assets #9

Closed
opened 2026-08-30 17:25:47 -07:00 by westfarn · 0 comments
Owner

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
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/url_shortening_service#9