From 165828934ed0f90c96afd6f21b5bd4520e1bd731 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:37:13 -0700 Subject: [PATCH] ikiwiki: Use inline SVG icons Tests: - All the icons appear as before in both light/dark themes. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/ikiwiki/templates/ikiwiki_configure.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plinth/modules/ikiwiki/templates/ikiwiki_configure.html b/plinth/modules/ikiwiki/templates/ikiwiki_configure.html index 801838bef..2d2cf4adc 100644 --- a/plinth/modules/ikiwiki/templates/ikiwiki_configure.html +++ b/plinth/modules/ikiwiki/templates/ikiwiki_configure.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block configuration %} {{ block.super }} @@ -14,7 +15,7 @@ @@ -36,8 +37,7 @@ class="btn btn-default btn-sm secondary" role="button" title="{% blocktrans with site=site.1 %}Delete site {{ site }}{% endblocktrans %}"> - + {% icon 'trash-o' %} {% endfor %}