mirror of
				https://github.com/bartvdbraak/hellob.art.git
				synced 2025-10-29 19:29:11 +00:00 
			
		
		
		
	feat: update icon references and title
This commit is contained in:
		
							parent
							
								
									3bb13dbdb0
								
							
						
					
					
						commit
						39422344c8
					
				
					 2 changed files with 10 additions and 6 deletions
				
			
		
							
								
								
									
										11
									
								
								src/app.html
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								src/app.html
									
										
									
									
									
								
							|  | @ -2,8 +2,15 @@ | ||||||
| <html lang="en"> | <html lang="en"> | ||||||
| 	<head> | 	<head> | ||||||
| 		<meta charset="utf-8" /> | 		<meta charset="utf-8" /> | ||||||
| 		<link rel="icon" href="%sveltekit.assets%/favicon.ico" /> | 		<link rel="icon" href="%sveltekit.assets%/favicon.ico"> | ||||||
| 		<meta name="viewport" content="width=device-width" /> | 		<meta name="viewport" content="width=device-width"> | ||||||
|  | 		<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/apple-touch-icon.png"> | ||||||
|  | 		<link rel="icon" type="image/png" sizes="32x32" href="%sveltekit.assets%/favicon-32x32.png"> | ||||||
|  | 		<link rel="icon" type="image/png" sizes="16x16" href="%sveltekit.assets%/favicon-16x16.png"> | ||||||
|  | 		<link rel="manifest" href="%sveltekit.assets%/site.webmanifest"> | ||||||
|  | 		<link rel="mask-icon" href="%sveltekit.assets%/safari-pinned-tab.svg" color="#000000"> | ||||||
|  | 		<meta name="msapplication-TileColor" content="#da532c"> | ||||||
|  | 		<meta name="theme-color" content="#ffffff"> | ||||||
| 		%sveltekit.head% | 		%sveltekit.head% | ||||||
| 	</head> | 	</head> | ||||||
| 	<body | 	<body | ||||||
|  |  | ||||||
|  | @ -4,7 +4,7 @@ | ||||||
| 
 | 
 | ||||||
| 	export let title: string = siteConfig.name; | 	export let title: string = siteConfig.name; | ||||||
| 
 | 
 | ||||||
| 	$: title = $page.data?.title ? `${$page.data.title} - ${siteConfig.name}` : siteConfig.name; | 	$: title = $page.data?.title ? `${$page.data.title} — ${siteConfig.name}` : siteConfig.name; | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <svelte:head> | <svelte:head> | ||||||
|  | @ -29,7 +29,4 @@ | ||||||
| 	<meta property="og:description" content={siteConfig.description} /> | 	<meta property="og:description" content={siteConfig.description} /> | ||||||
| 	<meta property="og:site_name" content={siteConfig.name} /> | 	<meta property="og:site_name" content={siteConfig.name} /> | ||||||
| 	<meta property="og:locale" content="EN_US" /> | 	<meta property="og:locale" content="EN_US" /> | ||||||
| 	<link rel="icon" href="/favicon.ico" /> |  | ||||||
| 	<link rel="shortcut icon" href="/favicon-16x16.png" /> |  | ||||||
| 	<link rel="apple-touch-icon" href="/apple-touch-icon.png" /> |  | ||||||
| </svelte:head> | </svelte:head> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue