Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
e8f5a45d
by sterni at 2026-01-29T04:19:18-05:00
1 changed file:
Changes:
| ... | ... | @@ -32,7 +32,7 @@ |
| 32 | 32 | {%- if css|attr("rel") %}
|
| 33 | 33 | <link rel="{{ css.rel }}" href="{{ pathto(css.filename, 1) }}" type="text/css"{% if css.title is not none %} title="{{ css.title }}"{% endif %} />
|
| 34 | 34 | {%- else %}
|
| 35 | - <link rel="stylesheet" href="{{ pathto(css, 1) }}" type="text/css" />
|
|
| 35 | + <link rel="stylesheet" href="{{ pathto(css.filename, 1) }}" type="text/css" />
|
|
| 36 | 36 | {%- endif %}
|
| 37 | 37 | {%- endfor %}
|
| 38 | 38 |