fix prev commit

we need to exclude main.css if neko bootstrap mode is enabled
remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-29 22:15:54 -05:00 committed by GitHub
parent 85464fbb2e
commit 417413dc29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -79,9 +79,10 @@
{% endmacro %}
{% macro stylesheets(include_user_css, extra_css, include_neko_debootstrap) %}
<link rel="stylesheet" href="{{'css/main.css' | asset}}">
{% if include_neko_debootstrap %}
<link rel="stylesheet" href="{{'css/main-dev.css' | asset}}">
{% else %}
<link rel="stylesheet" href="{{'css/main.css' | asset}}">
{% endif %}
<link id="favicon" rel="icon" type="image/webp" href="{{'icon.webp' | asset_siteimg}}">
{% if v %}