Back to Admin | Logout

Site Configuration History

{% for config in site_configs %}
Updated: {{ config.updated_at.strftime('%Y-%m-%d %H:%M:%S UTC') }}
{
    "appearance": {
        "site_title": "{{ config.site_title }}",
        "accent_color": "{{ config.accent_color }}"
    },
    "about": {
        "name": "{{ config.author_name }}",
        "location": "{{ config.author_location }}",
        "profile_image": "{{ config.profile_image }}",
        "bio": {{ config.bio | tojson }}
    }
}
{% endfor %}