Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrut-b authored Dec 21, 2024
1 parent 72b8b18 commit 498a15b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
<meta charset="UTF-8">
<title>{{ page.title | default: site.title }}</title>

<!-- Inject MathJax only if kramdown.math_engine == "mathjax" -->
<!-- Inject MathJax only if kramdown.math_engine == 'mathjax' -->
{% if site.kramdown.math_engine == 'mathjax' %}
<script src="{{ site.kramdown.math_engine_opts.server }}"></script>
{% endif %}

<!-- Add any other head tags or CSS here -->
</head>
<body>
{{ content }}
</body>
</html>

0 comments on commit 498a15b

Please sign in to comment.