web

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

commit 9b9f691bef792cf40922f71978efdfc9dba93e37
parent 08f002d1acd0c4f3c07b47950f4504afbf569e21
Author: erai <erai@omiltem.net>
Date:   Sun, 14 Apr 2024 11:05:48 -0400

full url in image

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@erai271"> - <meta property="og:image" content="/about/pfp.jpg"> + <meta property="og:image" content="https://omiltem.net/about/pfp.jpg"> <meta property="og:type" content="website"> <meta property="og:title" content="Omiltem"> <meta property="og:description" content="Hello, I'm erai and this is my website!">