mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
refactor(layouts): change banner, description
This commit is contained in:
parent
ba298766e1
commit
5abe28f7b8
2 changed files with 5 additions and 14 deletions
BIN
public/banner.png
Normal file
BIN
public/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
|
@ -22,30 +22,21 @@ const snow =
|
||||||
<title>xHyroM</title>
|
<title>xHyroM</title>
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
<meta name="title" content="xHyroM" />
|
<meta name="title" content="xHyroM" />
|
||||||
<meta name="description" content="Ultimate placeholder text." />
|
<meta name="description" content="I'm Hyro :) o/" />
|
||||||
|
|
||||||
<!-- Open Graph / Facebook -->
|
<!-- Open Graph / Facebook -->
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://hyrousek.tk/" />
|
<meta property="og:url" content="https://hyrousek.tk/" />
|
||||||
<meta property="og:title" content="xHyroM" />
|
<meta property="og:title" content="xHyroM" />
|
||||||
<meta property="og:description" content="Ultimate placeholder text." />
|
<meta property="og:description" content="I'm Hyro :) o/" />
|
||||||
<meta
|
<meta property="og:image" content="/banner.png" />
|
||||||
property="og:image"
|
|
||||||
content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
<meta property="twitter:card" content="summary_large_image" />
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
<meta property="twitter:url" content="https://hyrousek.tk/" />
|
<meta property="twitter:url" content="https://hyrousek.tk/" />
|
||||||
<meta property="twitter:title" content="xHyroM" />
|
<meta property="twitter:title" content="xHyroM" />
|
||||||
<meta
|
<meta property="twitter:description" content="I'm Hyro :) o/" />
|
||||||
property="twitter:description"
|
<meta property="twitter:image" content="/banner.png" />
|
||||||
content="Ultimate placeholder text."
|
|
||||||
/>
|
|
||||||
<meta
|
|
||||||
property="twitter:image"
|
|
||||||
content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- CSP -->
|
<!-- CSP -->
|
||||||
<meta
|
<meta
|
||||||
|
|
Loading…
Reference in a new issue