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 12:52:07 2023 -0300
Parent: 1de8506
Added go mod meta line
diff --git a/aux.sh b/aux.sh
index b10c9cf..fc4bdf5 100755
--- a/aux.sh
+++ b/aux.sh
@@ -13,6 +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">")
<style>
body {
max-width: 43em;