Skip to content

Commit

Permalink
Replace removed style variable in HTML templates
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Nov 27, 2024
1 parent 15a0b92 commit 2114a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/_themes/metrics/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
{%- for cssfile in css_files %}
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css"/>
{%- endfor %}
{%- for style in styles -%}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css"/>
{%- endfor -%}
{%- if favicon %}
<link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
{%- endif %}
Expand Down

0 comments on commit 2114a16

Please sign in to comment.