{% extends 'admin/base.html' %} {% block _title %}{{ _('Customize') }}{% endblock %} {% set custom_link = 'active' %} {% block _additionalHeadItems %} {% endblock %} {% block _content %}

{{ _('Customize') }}

{{ _('Customize {} to your liking').format(const.appName) }}

{{ _('Favicon') }}

{{ _('Current favicon:') }} {{ cfg.instance.title }}'s icon

{{ _('Accent color') }}

{#

Color

#}

{{ _('Default') }}: #6345d9

{{ _('Default') }}: #7a63e3

{# brain doesn't feel like implementing this rn (9/27/24)

Background

Default: #ffffff

Default: #202020

#}

{{ _('Note') }}: {{ _('on mobile screens text will always be hidden if this option is enabled') }}

{#
#}

Navbar link style

Homepage layout

Info box layout

Trimmed content

Maximum length of content before it gets trimmed (used in sharing options); set to 0 to disable

{% endblock %} {% block _scripts %} {% endblock %}