forked from deepStateMirrors/tabi
✨ feat: follow user OS theme with JS disabled (#357)
This commit is contained in:
parent
5db006ac47
commit
c7b79552c4
8 changed files with 70 additions and 38 deletions
|
@ -24,6 +24,9 @@
|
|||
<str:last_updated_on>
|
||||
{{- macros_translate::translate(key="last_updated_on", default="Updated on $DATE", language_strings=language_strings) -}}
|
||||
</str:last_updated_on>
|
||||
<str:default_theme>
|
||||
{{- config.extra.default_theme | default(value="") -}}
|
||||
</str:default_theme>
|
||||
</str:translations>
|
||||
|
||||
{#- Load extra CSS (skin) if set in config.toml -#}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue