commit 4c919d70c99bcef191879c3272d7a76d60422147
parent fc638abef512fabc00a37ce803eb79bb1b7629fb
Author: aabacchus <ben@bvnf.space>
Date: Fri, 7 Jan 2022 04:33:10 +0000
gen-index.sh: bit more space between header and table
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/blog/gen-index.sh b/blog/gen-index.sh
@@ -22,6 +22,7 @@ cat << EOF
<a href="https://git.bvnf.space/">[Git]</a>
<a href="../books/">[Books]</a>
</nav></header>
+ <p>
<table>
EOF
@@ -56,6 +57,7 @@ done
cat << EOF
</table>
+</p>
</body>
</html>
EOF