Cache-bust favicon URLs with v=2 to force new person icon
This commit is contained in:
+3
-3
@@ -10,7 +10,7 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=2">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Odoo Expertos — Proyectos, expertos y conocimiento Odoo">
|
||||
<meta property="og:description" content="Conectamos proyectos Odoo con expertos hispanohablantes.">
|
||||
@@ -92,7 +92,7 @@
|
||||
<nav class="glass-nav fixed top-0 left-0 right-0 z-50" style="height:64px;">
|
||||
<div class="container h-full flex items-center justify-between">
|
||||
<a href="/" class="flex items-center gap-2.5" style="text-decoration:none;">
|
||||
<img src="/favicon.svg" alt="Odoo Expertos" width="28" height="28" style="display:block;">
|
||||
<img src="/favicon.svg?v=2" alt="Odoo Expertos" width="28" height="28" style="display:block;">
|
||||
<span style="font-weight:700;font-size:1rem;color:#0f172a;letter-spacing:-0.3px;">Odoo <span style="font-weight:300;color:#64748b;">Expertos</span></span>
|
||||
</a>
|
||||
<div class="hidden md:flex items-center gap-8">
|
||||
@@ -262,7 +262,7 @@
|
||||
<div class="grid md:grid-cols-4 gap-12 mb-12">
|
||||
<div>
|
||||
<div style="display:flex;align-items:center;gap:10px;margin-bottom:16px;">
|
||||
<img src="/favicon.svg" alt="Odoo Expertos" width="24" height="24" style="display:block;">
|
||||
<img src="/favicon.svg?v=2" alt="Odoo Expertos" width="24" height="24" style="display:block;">
|
||||
<span style="font-weight:700;font-size:1rem;color:#fff;letter-spacing:-0.3px;">Odoo <span style="font-weight:300;color:#64748b;">Expertos</span></span>
|
||||
</div>
|
||||
<p style="color:#64748b;font-size:0.875rem;line-height:1.7;max-width:280px;">Conectamos proyectos Odoo con expertos hispanohablantes. Conocimiento y talento verificado.</p>
|
||||
|
||||
Reference in New Issue
Block a user