From 193f28b89e7c410736d9a5520928be25ee34040d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 27 Jul 2019 00:24:05 -0400 Subject: Revert "Use scheme to style HTMLs" This reverts commit 46237a457ff3c9a813a56f2a442c115bf8610cbc. I don't know why but I don't like it. --- bin/html.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/html.sh') diff --git a/bin/html.sh b/bin/html.sh index 8f4e3887..cb7f1a66 100644 --- a/bin/html.sh +++ b/bin/html.sh @@ -6,11 +6,8 @@ readonly GiteaURL='https://code.causal.agency/june/src/src/branch/master/bin' src=$1 man=${2:-} -./hi -f html -o document,tab=4 -n "${src}" /dev/null | sed -e '/
-	$(./scheme -s | sed -f style.sed)
-	
 	${src} in git
 EOF
 [ -f "${man}" ] && man -P cat "${PWD}/${man}" | ./ttpre
-- 
cgit 1.4.1