This is an automated email from the ASF dual-hosted git repository. shahar pushed a commit to branch update-link-rel-styles in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit aa6fa485d09716afc6552651840d431fc1b02d6b Author: Shahar Epstein <[email protected]> AuthorDate: Fri Jan 10 22:21:43 2025 +0200 Update link rel styles tag --- sphinx_airflow_theme/sphinx_airflow_theme/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_airflow_theme/sphinx_airflow_theme/layout.html b/sphinx_airflow_theme/sphinx_airflow_theme/layout.html index 923f3790e8..63a3d199bf 100644 --- a/sphinx_airflow_theme/sphinx_airflow_theme/layout.html +++ b/sphinx_airflow_theme/sphinx_airflow_theme/layout.html @@ -223,7 +223,7 @@ {%- endmacro %} {%- macro css() %} - <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" /> + <link rel="stylesheet" href="{{ pathto('_static/' + styles[-1], 1) }}" type="text/css" /> {%- for css in css_files %} {%- if css|attr("filename") %}
