web

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

commit f0cbf3386bdec58aee8c0d267966b1721750a940
parent bf0c2b798ea5981ee36a9be3a5b90501eeebb111
Author: erai <erai@omiltem.net>
Date:   Wed, 24 Apr 2024 13:33:33 -0400

Use canonical link

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

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