瀏覽代碼

Updates meta tags

Alicia Sykes 2 年之前
父節點
當前提交
7103b0d404
共有 2 個文件被更改,包括 6 次插入5 次删除
  1. 5 5
      src/app.html
  2. 1 0
      src/routes/+layout.svelte

+ 5 - 5
src/app.html

@@ -10,17 +10,17 @@
 
 		<!-- Social Meta Tags -->
 		<meta name="title" content="Portainer Templates">
-		<meta name="description" content="Set of 500+ 1-click Portainer apps and stacks">
+		<meta name="description" content="A community-driven library of 1-click self-hosted apps">
 		<meta property="og:type" content="website">
 		<meta property="og:url" content="https://portainer-templates.as93.net">
 		<meta property="og:title" content="Portainer Templates">
-		<meta property="og:description" content="Set of 500+ 1-click Portainer apps and stacks">
-		<meta property="og:image" content="https://i.ibb.co/hMymwH0/portainer-templates-small.png">
+		<meta property="og:description" content="A community-driven library of 1-click self-hosted apps">
+		<meta property="og:image" content="/banner.png">
 		<meta property="twitter:card" content="summary_large_image">
 		<meta property="twitter:url" content="https://portainer-templates.as93.net">
 		<meta property="twitter:title" content="Portainer Templates">
-		<meta property="twitter:description" content="Set of 500+ 1-click Portainer apps and stacks">
-		<meta property="twitter:image" content="https://i.ibb.co/hMymwH0/portainer-templates-small.png">
+		<meta property="twitter:description" content="A community-driven library of 1-click self-hosted apps">
+		<meta property="twitter:image" content="/banner.png">
 
 		%sveltekit.head%
 	</head>

+ 1 - 0
src/routes/+layout.svelte

@@ -39,6 +39,7 @@
   <meta name="twitter:description" content="A community-driven library of 1-click self-hosted apps" />
   <meta name="twitter:image" content="{import.meta.env.VITE_PUBLIC_BASE_URL}/banner.png" />
   <link rel="canonical" href="{import.meta.env.VITE_PUBLIC_BASE_URL}" />
+  <meta name="theme-color" content="#0ba5ec" />
 </svelte:head>
 
 {#if showNav}