Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Sun Oct 1 13:01:39 2023 -0300
Parent: 3e3398b
Fixed test
diff --git a/aux.sh b/aux.sh index fc4bdf5..ebfa31d 100755 --- a/aux.sh +++ b/aux.sh @@ -13,7 +13,7 @@ pagehead() { <meta name="keywords" content="email, dovel, blmayer, self host, software, smtp, web, interface"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="color-scheme" content="light dark"> - $([ -e "$REPO" ] && echo "<meta name="go-import" content="/$REPO mod https://dovel.email">") + $([ "$1" ] && echo "<meta name="go-import" content="/$1 mod https://dovel.email">") <style> body { max-width: 43em;