mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
Add og metadata to docs
This commit is contained in:
BIN
docs/assets/images/og-image.png
Normal file
BIN
docs/assets/images/og-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -4,11 +4,22 @@
|
||||
<meta charset="UTF-8" />
|
||||
<title>Shoelace: A forward-thinking library of web components.</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="description" content="Stencil Component Starter" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Shoelace provides a collection of professionally designed, every day UI components built on a framework-agnostic technology."
|
||||
/>
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
||||
/>
|
||||
<meta property="og:title" content="Shoelace" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Shoelace provides a collection of professionally designed, every day UI components built on a framework-agnostic technology."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://shoelace.style/" />
|
||||
<meta property="og:image" content="/assets/images/og-image.png" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify/themes/pure.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/docs.css" />
|
||||
<link rel="stylesheet" href="/assets/styles/demos.css" />
|
||||
|
||||
Reference in New Issue
Block a user