web

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

commit b88cfed0e728b675d0a4b99f96058331e9110062
parent d90b64ba00ca7b563e6a0459423656b28a8d7343
Author: erai <erai@omiltem.net>
Date:   Mon, 29 Apr 2024 15:38:30 -0400

Link to sr.ht instead of github

Diffstat:
Mrender.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/render.sh b/render.sh @@ -48,7 +48,7 @@ $(sed -ne '/<head>/,/<\/head>/p' "$1" | sed -e '1d;$d') <nav> <ul class="links"> <li><a href="/">HOME</a></li> - <li><a href="https://github.com/erai271">CODE</a></li> + <li><a href="https://git.sr.ht/~erai">CODE</a></li> <li><a href="/about/">ABOUT</a></li> </ul> </nav>