Skip to content

Commit d343c47

Browse files
committed
Update html_header.html
1 parent dc0bd60 commit d343c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pretty/css/html_header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$mathjax
1616
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
1717
$extrastylesheet
18-
<link rel="stylesheet" href="$relpath^sean-theme.css">
18+
<!-- <link rel="stylesheet" href="$relpath^sean-theme.css">
1919
<script src="$relpath^highlight.min.js"></script>
2020
<script>
2121
$(function() {
@@ -24,7 +24,7 @@
2424
$node.html("<pre><code class='stan'>" +
2525
$node.text()+"</code></pre>");
2626
hljs.highlightAll(node);
27-
});
27+
}); -->
2828
});
2929
</script>
3030
</head>

0 commit comments

Comments
 (0)