We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac217f commit 79f56e6Copy full SHA for 79f56e6
website/www/_templates/layout.html
@@ -151,7 +151,7 @@
151
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
152
{%- for cssfile in css_files %}
153
<!-- loading css_files -->
154
- <link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
+ <link rel="stylesheet" href="{{ cssfile.filename }}" type="text/css" />
155
{%- endfor %}
156
<script>
157
/* locally hosted goatcounter https://www.goatcounter.com/ */
0 commit comments