--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/cover ### PAGE CONFIG ### # Update Section update: version: null title: null date: null summary: null highlights: [] type: "release" # release, hotfix, security, maintenance # Navigation navigation: back_text: "All updates" back_url: "/updates" --- {% uj_icon "arrow-left", "me-1" %} {{ page.resolved.navigation.back_text }} {% if page.resolved.update.type == "security" %} {% uj_icon "shield-check", "text-danger fs-4" %} {% elsif page.resolved.update.type == "hotfix" %} {% uj_icon "bug", "text-warning fs-4" %} {% elsif page.resolved.update.type == "maintenance" %} {% uj_icon "wrench", "text-info fs-4" %} {% else %} {% uj_icon "rocket", "text-primary fs-4" %} {% endif %} Version {{ page.resolved.update.version }} {% if page.resolved.update.type == "security" %} Security {% elsif page.resolved.update.type == "hotfix" %} Hotfix {% elsif page.resolved.update.type == "maintenance" %} Maintenance {% else %} Release {% endif %} {% iftruthy page.resolved.update.title %} {{ page.resolved.update.title }} {% endiftruthy %} {% uj_icon "calendar", "me-1" %} {{ page.resolved.update.date | date: "%B %d, %Y" }} {% iftruthy page.resolved.update.highlights %} {% for highlight in page.resolved.update.highlights %} {% uj_icon highlight.icon, "me-1" %} {{ highlight.text }} {% endfor %} {% endiftruthy %} {{ content | uj_content_format }} {% uj_icon "arrow-left", "me-1" %} {{ page.resolved.navigation.back_text }} View system status {% uj_icon "arrow-right", "ms-1" %}
{{ page.resolved.update.title }}