Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 23, 2021
1 parent 33bbf1a commit 23955c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pydata_sphinx_theme/static/webpack-macros.html
Expand Up @@ -13,13 +13,13 @@

{% macro head_pre_bootstrap() %}
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet">
<link href="{{ pathto('_static/css/index.86dc7823506f2f32e222ba9279485086.css', 1) }}" rel="stylesheet">
<link href="{{ pathto('_static/css/index.abe37993216d813ff1c89761050d6673.css', 1) }}" rel="stylesheet">
{% endmacro %}

{% macro head_js_preload() %}
<link rel="preload" as="script" href="{{ pathto('_static/js/index.1971a5bfd6b1d9224ae6.js', 1) }}">
<link rel="preload" as="script" href="{{ pathto('_static/js/index.6f4ca17d3f75a72a114d.js', 1) }}">
{% endmacro %}

{% macro body_post() %}
<script src="{{ pathto('_static/js/index.1971a5bfd6b1d9224ae6.js', 1) }}"></script>
<script src="{{ pathto('_static/js/index.6f4ca17d3f75a72a114d.js', 1) }}"></script>
{% endmacro %}

0 comments on commit 23955c4

Please sign in to comment.