We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
style
1 parent 7be64a7 commit 8aef53fCopy full SHA for 8aef53f
documentation/_themes/nist/basic_layout.html
@@ -94,7 +94,7 @@ <h3>{{ _('Navigation') }}</h3>
94
{%- endmacro %}
95
96
{%- macro css() %}
97
- <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
+ <link rel="stylesheet" href="{{ pathto('_static/' + styles[-1], 1) }}" type="text/css" />
98
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
99
{%- for css in css_files %}
100
{%- if css|attr("filename") %}
0 commit comments