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:02:52 2023 -0300
Parent: a8a6695
Escaped quotes
diff --git a/aux.sh b/aux.sh
index ebfa31d..58cf8ce 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">
- $([ "$1" ] && echo "<meta name="go-import" content="/$1 mod https://dovel.email">")
+ $([ "$1" ] && echo "<meta name=\"go-import\" content=\"/$1 mod https://dovel.email\">")
<style>
body {
max-width: 43em;