Skip to content

Commit

Permalink
Update html_header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
spinkney committed Jan 24, 2022
1 parent dc0bd60 commit d343c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pretty/css/html_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$mathjax
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
$extrastylesheet
<link rel="stylesheet" href="$relpath^sean-theme.css">
<!-- <link rel="stylesheet" href="$relpath^sean-theme.css">
<script src="$relpath^highlight.min.js"></script>
<script>
$(function() {
Expand All @@ -24,7 +24,7 @@
$node.html("<pre><code class='stan'>" +
$node.text()+"</code></pre>");
hljs.highlightAll(node);
});
}); -->
});
</script>
</head>
Expand Down

0 comments on commit d343c47

Please sign in to comment.