garbash-www

archive of ~alex garbash.com page
git clone git://git.alexkarle.com.com/garbash-www
Log | Files | Refs | README | LICENSE

commit df9de9d8029563fd351d9626dbca70c11c242db9 (patch)
parent b25aa22148f9c7bfd2481da5e5139934ec4a6ca1
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun, 27 Oct 2024 10:30:12 -0400

Add link to main alexkarle.com homepage

Otherwise clicking on Garbash is a trap!

Diffstat:
Mbin/buildpage | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/buildpage b/bin/buildpage @@ -64,7 +64,7 @@ if [ -z "$nofooter" ]; then cat <<EOM <br><br> <footer> -<a href="/garbash/~alex">Home</a> | <a href="https://git.alexkarle.com/garbash-www">Source</a> +<a href="/">alexkarle.com</a> | <a href="/garbash/~alex">Garbash Home</a> | <a href="https://git.alexkarle.com/garbash-www">Source</a> </footer> </body> </html>