Skip to content

Commit

Permalink
Round edges
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Sep 23, 2021
1 parent 1f3a3d7 commit 8c1c777
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.

Large diffs are not rendered by default.

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.e1d10f7563df45715c86914749a6789c.css', 1) }}" rel="stylesheet">
<link href="{{ pathto('_static/css/index.78e905f67ea4a9a60e5e43e84e9b9743.css', 1) }}" rel="stylesheet">
{% endmacro %}

{% macro head_js_preload() %}
<link rel="preload" as="script" href="{{ pathto('_static/js/index.baa8d61b9335871b5b4b.js', 1) }}">
<link rel="preload" as="script" href="{{ pathto('_static/js/index.292c810bc1295cb284bc.js', 1) }}">
{% endmacro %}

{% macro body_post() %}
<script src="{{ pathto('_static/js/index.baa8d61b9335871b5b4b.js', 1) }}"></script>
<script src="{{ pathto('_static/js/index.292c810bc1295cb284bc.js', 1) }}"></script>
{% endmacro %}

0 comments on commit 8c1c777

Please sign in to comment.