diff options
author | Loïc Hoguin <[email protected]> | 2018-06-27 10:32:15 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-27 10:32:15 +0200 |
commit | a272d0070e46d9be41aee6ce0b7143ca83d11027 (patch) | |
tree | 8514794a3e0f609abf2466137e94790c43c3a2d7 | |
parent | c807385a0563b088e208502c463c720335a058ad (diff) | |
download | asciideck-a272d0070e46d9be41aee6ce0b7143ca83d11027.tar.gz asciideck-a272d0070e46d9be41aee6ce0b7143ca83d11027.tar.bz2 asciideck-a272d0070e46d9be41aee6ce0b7143ca83d11027.zip |
Remove the 99s stylesheet from generated HTML
-rw-r--r-- | src/asciideck_to_html.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asciideck_to_html.erl b/src/asciideck_to_html.erl index 27995cf..64f150d 100644 --- a/src/asciideck_to_html.erl +++ b/src/asciideck_to_html.erl @@ -44,7 +44,6 @@ maybe_header_footer(Body, _Opts) -> "<head>\n" "<meta charset=\"utf-8\"/>\n" "<title>TODO title</title>\n" %% @todo - "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://ninenines.eu/css/99s.css?r=1\"/>\n" "</head>\n" "<body>\n", Body, |