summary refs log tree commit diff
path: root/bin/html.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-27 00:24:05 -0400
committerJune McEnroe <june@causal.agency>2019-07-27 00:24:52 -0400
commit193f28b89e7c410736d9a5520928be25ee34040d (patch)
tree6abcea0dc43f4e1326e6f7fde1ccd13eeec6dc9c /bin/html.sh
parentRemove scheme text link (diff)
downloadsrc-193f28b89e7c410736d9a5520928be25ee34040d.tar.gz
src-193f28b89e7c410736d9a5520928be25ee34040d.zip
Revert "Use scheme to style HTMLs"
This reverts commit 46237a457ff3c9a813a56f2a442c115bf8610cbc.

I don't know why but I don't like it.
Diffstat (limited to 'bin/html.sh')
-rw-r--r--bin/html.sh5
1 files changed, 1 insertions, 4 deletions
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 '/<pre/d'
+./hi -f html -o document,tab=4 -n "${src}" /dev/null | sed '/<pre/d'
 cat <<- EOF
-	<style>
-	$(./scheme -s | sed -f style.sed)
-	</style>
 	<code><a href="${GiteaURL}/${src}">${src} in git</a></code>
 EOF
 [ -f "${man}" ] && man -P cat "${PWD}/${man}" | ./ttpre