mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🎨 New svgl brand assets + update manifest & global app metatags
This commit is contained in:
+5
-5
@@ -11,17 +11,17 @@
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/svg+xml"
|
||||
href="%sveltekit.assets%/images/logo.svg"
|
||||
href="%sveltekit.assets%/images/svgl_svg.svg"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/ico"
|
||||
href="%sveltekit.assets%/images/logo_ico.ico"
|
||||
href="%sveltekit.assets%/images/svgl_ico.ico"
|
||||
/>
|
||||
|
||||
<!-- OG -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="svgl" />
|
||||
<meta property="og:title" content="SVGL" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A beautiful library with SVG logos"
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Svgl" />
|
||||
<meta name="twitter:title" content="SVGL" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="A beautiful library with SVG logos"
|
||||
@@ -46,7 +46,7 @@
|
||||
/>
|
||||
|
||||
<!-- Title -->
|
||||
<title>A beautiful library with SVG logos - Svgl</title>
|
||||
<title>A beautiful library with SVG logos - SVGL</title>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body
|
||||
|
||||
Reference in New Issue
Block a user