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 | 62b345dc27d1fa61c6dbe9e02b684f6efe347280 (patch) | |
tree | f33c8d645070e49bb34a6c26e0a2d5174d2ee769 /www/git.causal.agency/Makefile | |
parent | Customize cgit CSS (diff) | |
download | src-62b345dc27d1fa61c6dbe9e02b684f6efe347280.tar.gz src-62b345dc27d1fa61c6dbe9e02b684f6efe347280.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} |