From 19ed6c0c03223d182112ce36094ca433591674b5 Mon Sep 17 00:00:00 2001 From: tundish Date: Wed, 14 Jun 2023 15:39:36 +0100 Subject: [PATCH] Iterate over styles. --- karma_sphinx_theme/layout.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/karma_sphinx_theme/layout.html b/karma_sphinx_theme/layout.html index bc7ebe8..9e39d6d 100644 --- a/karma_sphinx_theme/layout.html +++ b/karma_sphinx_theme/layout.html @@ -38,7 +38,9 @@ {% endif %} - + {%- for style in styles %} + + {%- endfor %} {%- for css in css_files %} @@ -166,7 +168,7 @@ {%- endif %} - {%- endblock %} + {%- endblock %} - \ No newline at end of file +