This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new de0818f69e Update link rel styles tag (#1103)
de0818f69e is described below

commit de0818f69e6dac2f68ad3822539951802a99c815
Author: Shahar Epstein <[email protected]>
AuthorDate: Sun Jan 12 10:21:38 2025 +0200

    Update link rel styles tag (#1103)
---
 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") %}

Reply via email to