Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _includes/custom-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% comment %}

Any uncommented code in this file will be included just before the end of
the document head.

{% endcomment %}
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rel="icon" href="{{ site.favicon | relative_url }}">
{%- endif %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
{% include custom-head.html %}
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
Expand Down
1 change: 1 addition & 0 deletions _layouts/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
</style>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" id="MathJax-script" defer></script>
{%- endif %}
{% include custom-head.html %}
</head>
<body>
<div id="primer-spec-top"></div>
Expand Down