From 1873a450699f843a2ae73d0b852a4c767bc4234a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 12 Jan 2021 20:58:51 -0500 Subject: Render tag index in HTML --- bin/html.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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

${src} in git EOF + ./htagml -x -f htmltags "${src}" ./htagml -p -f htmltags "${src}" done -- cgit 1.4.1 on value='master' selected='selected'>master FreeBSD and OpenBSD ports for this software
summary refs log tree commit diff

path: root/irc/litterbox (unfollow)
Commit message (Expand)Author
2020-11-17Update catgirl to 1.3June McEnroe
2020-11-17Update libretls to 3.2.2June McEnroe
2020-09-29Update libretls to 3.2.1June McEnroe
2020-09-10Update catgirl to 1.2June McEnroe
2020-09-09Add pounce-palaver portJune McEnroe
2020-09-09Update pounce to 2.0June McEnroe
2020-09-09Update litterbox to 1.6June McEnroe
2020-08-23Add scooper portJune McEnroe
2020-08-23Add catsit portJune McEnroe
2020-08-13Update pounce to 1.4p2June McEnroe
2020-08-11Update pounce to 1.4p1June McEnroe
2020-08-10Add litterbox portJune McEnroe
2020-08-10Add missing USES=pkgconfig to pounceJune McEnroe