diff options
Diffstat (limited to 'tyrian_sphinx_theme/layout.html')
-rw-r--r-- | tyrian_sphinx_theme/layout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tyrian_sphinx_theme/layout.html b/tyrian_sphinx_theme/layout.html index 3e8accc..b18f02e 100644 --- a/tyrian_sphinx_theme/layout.html +++ b/tyrian_sphinx_theme/layout.html @@ -25,9 +25,9 @@ {%- endmacro %} {%- macro css() %} - <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" /> - <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> - <link rel="stylesheet" href="{{ pathto('_static/custom.css', 1) }}" type="text/css" /> +{%- for css in css_files %} + {{ css_tag(css) }} +{%- endfor %} <link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon"> <link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen"> |