Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Fri Sep 29 13:14:14 2023 -0300
Parent: 74531a8
Fixed anchor float
diff --git a/aux.sh b/aux.sh
index cbbd73d..f14641f 100755
--- a/aux.sh
+++ b/aux.sh
@@ -66,7 +66,7 @@ pagesummary() {
<p><i>$(cat description)</i></p>
</center>
<kbd>curl https://dovel.email/$REPO/$REPO.tar</kbd>
- <a float=right href=/$REPO/$REPO.tar filename=$REPO.tar>tar</a>
+ <a style="float:right" href=/$REPO/$REPO.tar filename=$REPO.tar>tar</a>
EOF
}