summaryrefslogtreecommitdiff
path: root/default.html.do
diff options
context:
space:
mode:
authorViktor Kleen <viktor@kleen.org>2015-01-02 13:48:21 +0000
committerViktor Kleen <viktor@kleen.org>2015-01-02 13:48:21 +0000
commit0495a66c4b7953e27cb8c7ab20f8b061fed6b379 (patch)
treeb737d7d0dedb904a7920588c7b0c2dbb63f635db /default.html.do
parent84bcb75a87bbb67d260af7e5cefad0fb7f099482 (diff)
downloaddirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.tar
dirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.tar.gz
dirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.tar.bz2
dirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.tar.xz
dirty-haskell.org-0495a66c4b7953e27cb8c7ab20f8b061fed6b379.zip
Remove some webdesign
Diffstat (limited to 'default.html.do')
-rw-r--r--default.html.do4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.html.do b/default.html.do
index 16de1e5..c880f0b 100644
--- a/default.html.do
+++ b/default.html.do
@@ -8,6 +8,6 @@ pandoc -t json $2.md | build/tex-filter.hs "$(pwd)" 2>&1 >/dev/null \
8 done \ 8 done \
9 | xargs -d '\n' redo-ifchange 9 | xargs -d '\n' redo-ifchange
10 10
11pandoc -f markdown -t json $2.md \ 11pandoc -S -f markdown -t json $2.md \
12 | build/tex-filter.hs "$(pwd)" 2>/dev/null \ 12 | build/tex-filter.hs "$(pwd)" 2>/dev/null \
13 | pandoc --template=build/template.html5 --base-header-level=3 --standalone -S --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null 13 | pandoc --template=build/template.html5 --base-header-level=3 --standalone --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null