{% extends "admin/base.html" %} {% block title %}Site Settings{% endblock %} {% block content %}

⚙️ Site Settings

📝 General Settings

The name displayed across the site

Custom text shown in the footer

🖼️ Logo & Images

{% if config.site_logo %}

Current logo

{% endif %}

Upload a new logo (PNG, JPG, SVG)

{% if config.site_background %}

Current background image

{% endif %}

Upload a custom background for the site (will replace default animated background)

{% if config.hero_image %}

Current hero image

{% endif %}

Upload hero image (will be hidden if empty)

{% if config.about_image %}

Current about image

{% endif %}

Upload about section image (will be hidden if empty)

💡 Note: Images are optional. If no image is uploaded, the corresponding section will be automatically hidden on the site.

{% endblock %}