feat(brand): wire new favicon set into every standalone Twig template
CI / test (push) Has been cancelled
CI / test (push) Has been cancelled
Login, register, help, token-approve/decline, and setup pages each have their own <head> (don't extend base.html.twig), so updating base alone left them without favicon refs. Adds the same four <link> tags after the viewport meta in each standalone template. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/svg+xml" href="/build/favicon.svg">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/build/icons/favicon-32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/build/icons/favicon-16.png">
|
||||
<link rel="apple-touch-icon" href="/build/icons/apple-touch-icon.png">
|
||||
<title>Sign in — WeVisto</title>
|
||||
<style>
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/svg+xml" href="/build/favicon.svg">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/build/icons/favicon-32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/build/icons/favicon-16.png">
|
||||
<link rel="apple-touch-icon" href="/build/icons/apple-touch-icon.png">
|
||||
<title>Create account — WeVisto</title>
|
||||
<style>
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
Reference in New Issue
Block a user