Normalize variable names

This commit is contained in:
Anthony Johnson 2023-10-23 13:06:43 -07:00
parent c4edd8b067
commit dca4fc7a00
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0

View File

@ -28,13 +28,13 @@
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
{%- endif %}
{%- for css in css_files %}
{{ css_tag(css) }}
{%- for css_file in css_files %}
{{ css_tag(css_file) }}
{%- endfor %}
{# "extra_css_files" is a theme option and it's always a string #}
{%- for cssfile in extra_css_files %}
<link rel="stylesheet" href="{{ pathto(cssfile, 1)|escape }}" type="text/css" />
{%- for css_file in extra_css_files %}
<link rel="stylesheet" href="{{ pathto(css_file, 1)|escape }}" type="text/css" />
{%- endfor -%}
{#- FAVICON