diff options
author | June McEnroe <june@causal.agency> | 2019-12-18 23:37:45 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-18 23:39:54 -0500 |
commit | b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d (patch) | |
tree | a2d77302fc4206d8dd7508e0f38a2d223c262a28 /www/git.causal.agency/Makefile | |
parent | Customize cgit CSS (diff) | |
download | src-b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d.tar.gz src-b6ff1659e5cb70a3b3a9d7ecb0c87683a54baa7d.zip |
Hide line numbers when rendering mdoc
Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table.
Diffstat (limited to 'www/git.causal.agency/Makefile')
-rw-r--r-- | www/git.causal.agency/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/git.causal.agency/Makefile b/www/git.causal.agency/Makefile index bba51f40..8b87920f 100644 --- a/www/git.causal.agency/Makefile +++ b/www/git.causal.agency/Makefile @@ -3,7 +3,7 @@ WWW = /usr/local/www/cgit LIBEXEC = /usr/local/libexec BIN = ../../bin -BINS = source-filter ttpre hi +BINS = about-filter source-filter ttpre hi install: cgitrc custom.css ${BINS} install -m 644 cgitrc ${ETC} |