web

A collection of scripts used to generate this website
git clone https://erai.gay/code/web/
Log | Files | Refs | LICENSE

commit f1e778580d31f5faef4b0ab4270c7b57fc757a17
parent ecf8614b450e8c8477423cb95d5aecc06ca282c9
Author: erai <erai@omiltem.net>
Date:   Sun, 14 Apr 2024 10:46:01 -0400

Add OG tags

Diffstat:
Mindex.html | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html @@ -4,7 +4,12 @@ <title>Home &mdash; Omiltem</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="robots" content="index, follow"> + <meta name="twitter:card" content="summary"> + <meta name="twitter:site" content="@erai271"> + <meta name="og:image" content="/about/pfp.jpg"> + <meta name="og:type" content="website"> + <meta name="og:title" content="Omiltem"> + <meta name="og:description" content="Hello, I'm erai and this is my website!"> <link rel="stylesheet" href="/css/style.css"> <link rel="icon" href="/favicon.png"> </head> @@ -14,7 +19,6 @@ <nav> <ul class="links"> <li><a href="/">HOME</a></li> - <li><a href="/blog">BLOG</a></li> <li><a href="https://github.com/erai271">CODE</a></li> <li><a href="/about">ABOUT</a></li> </ul> @@ -23,7 +27,7 @@ <main> <article> <h1>Home</h1> - Hello, this is my personal website! + Hello, I'm erai and this is my website! </article> </main> <footer>