web

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

commit 47e1df07b5c7adb32c6ae2698a59a4a56e5a49f3
parent 9819c8143017dc3f65665dc26c44692f16f02244
Author: erai <erai@omiltem.net>
Date:   Mon, 18 Mar 2024 15:43:20 -0400

Add links to about

Diffstat:
Mabout/index.html | 5+++++
Mindex.html | 1-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/about/index.html b/about/index.html @@ -7,6 +7,11 @@ <meta name="robots" content="index, follow"> <link rel="stylesheet" href="/css/style.css"> <link rel="icon" href="/favicon.png"> + <link rel="me" href="https://furry.engineer/@erai"> + <link rel="me" href="https://bsky.app/profile/erai.gay"> + <link rel="me" href="https://github.com/erai271"> + <link rel="me" href="https://twitter.com/erai271"> + <link rel="me" href="https://t.me/erai271"> </head> <body> <main> diff --git a/index.html b/index.html @@ -7,7 +7,6 @@ <meta name="robots" content="index, follow"> <link rel="stylesheet" href="/css/style.css"> <link rel="icon" href="/favicon.png"> - <link rel="me" href="https://furry.engineer/@erai"> </head> <body> <main>