You've already forked hotpocket
BTHLABS-60: Appearance settings
Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl> Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
This commit is contained in:
@@ -10,14 +10,18 @@
|
||||
|_|
|
||||
production
|
||||
-->
|
||||
<html lang="en" data-bs-theme="dark">
|
||||
<html lang="en" data-bs-theme="{% if APPEARANCE_SETTINGS.light_mode %}light{% else %}dark{% endif %}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover,user-scalable=no">
|
||||
<meta name="generator" content="pl.bthlabs.HotPocket.backend@{{ IMAGE_ID }}">
|
||||
<meta name="theme-color" content="#2b3035"/>
|
||||
{% if APPEARANCE_SETTINGS.light_mode %}
|
||||
<meta name="theme-color" content="#f8f9fa" />
|
||||
{% else %}
|
||||
<meta name="theme-color" content="#2b3035" />
|
||||
{% endif %}
|
||||
<title>{% block title %}{% translate 'Not Found' %}{% endblock %} | {{ SITE_TITLE }}</title>
|
||||
<link href="{% static 'ui/css/bootstrap.min.css' %}" rel="stylesheet">
|
||||
<link href="{% static APPEARANCE_SETTINGS.theme_css %}" rel="stylesheet">
|
||||
<link href="{% static 'ui/css/bootstrap-icons.min.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'ui/css/hotpocket-backend.css' %}" rel="stylesheet">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
||||
Reference in New Issue
Block a user