Skip to content

Commit

Permalink
rebuild assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Nov 22, 2021
1 parent 2372189 commit 41764f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pydata_sphinx_theme/static/webpack-macros.html
Original file line number Diff line number Diff line change
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.eb2e94f0e4565f3ea722e9d0f85e3c08.css', 1) }}" rel="stylesheet">
<link href="{{ pathto('_static/css/index.38f2ebe09480739b4ba0fa585d02b29a.css', 1) }}" rel="stylesheet">
{% endmacro %}

{% macro head_js_preload() %}
<link rel="preload" as="script" href="{{ pathto('_static/js/index.8a59f550f384467928e0.js', 1) }}">
<link rel="preload" as="script" href="{{ pathto('_static/js/index.30d17a8aef5d942e5d26.js', 1) }}">
{% endmacro %}

{% macro body_post() %}
<script src="{{ pathto('_static/js/index.8a59f550f384467928e0.js', 1) }}"></script>
<script src="{{ pathto('_static/js/index.30d17a8aef5d942e5d26.js', 1) }}"></script>
{% endmacro %}

0 comments on commit 41764f5

Please sign in to comment.