summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/html.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/html.sh b/bin/html.sh
index 5b59003f..c86ce87a 100644
--- a/bin/html.sh
+++ b/bin/html.sh
@@ -43,6 +43,11 @@ body {
 	margin: 1em auto;
 	padding: 0 1ch;
 }
+ul.index { padding: 0; }
+ul.index li {
+	display: inline;
+	list-style-type: none;
+}
 a { color: var(--ansi4); }
 a:visited { color: var(--ansi5); }
 a.permalink, a.tag {
@@ -70,5 +75,6 @@ while [ $# -gt 0 ]; do
 	<p>
 	<a href="${GitURL}/${src}">${src} in git</a>
 	EOF
+	./htagml -x -f htmltags "${src}"
 	./htagml -p -f htmltags "${src}"
 done