mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Set default theme to 'light' in base template if not specified
This commit is contained in:
parent
33d07aef64
commit
f05acb2080
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{% set current_endpoint = request.path.split("/")[-1] %}
|
||||
{% set theme = theme or "light" %}
|
||||
{% set pro_diamond_url = url_for('static', filename='img/diamond.svg') %}
|
||||
{% set avatar_url = url_for('static', filename='img/avatar_profil_BW.png') %}
|
||||
{% set plugin_types = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue