commit fea9d5dcc25d65c4b8586994b0292da9105fe844
parent ab4a5ec09d5b150e9bf7397885cbf5fc59b828f3
Author: Dan Callaghan <djc@djc.id.au>
Date: Fri, 3 Apr 2026 18:31:25 +1100
fix code block on the homepage
Accidentally broke it in commit 2abf8994dd3fea4a39de89c3036bc80c6d9fb5f8.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.md b/index.md
@@ -22,7 +22,7 @@ If you're the type of person who treats email as an extension of your long-term
## Installation
Install the sup rubygem and run the sup-config utility to build a configuration:
-<pre>
+<pre class="code">
$ gem install sup
$ sup-config
</pre>