aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-27 10:32:15 +0200
committerLoïc Hoguin <[email protected]>2018-06-27 10:32:15 +0200
commita272d0070e46d9be41aee6ce0b7143ca83d11027 (patch)
tree8514794a3e0f609abf2466137e94790c43c3a2d7
parentc807385a0563b088e208502c463c720335a058ad (diff)
downloadasciideck-a272d0070e46d9be41aee6ce0b7143ca83d11027.tar.gz
asciideck-a272d0070e46d9be41aee6ce0b7143ca83d11027.tar.bz2
asciideck-a272d0070e46d9be41aee6ce0b7143ca83d11027.zip
Remove the 99s stylesheet from generated HTML
-rw-r--r--src/asciideck_to_html.erl1
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,