From 66f2307a1998dcb5db8af25aae89cf75a67bb4de Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2026 22:40:16 -0700 Subject: [PATCH] miniflux: 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/miniflux/templates/miniflux.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plinth/modules/miniflux/templates/miniflux.html b/plinth/modules/miniflux/templates/miniflux.html index 572d45035..eda61abb8 100644 --- a/plinth/modules/miniflux/templates/miniflux.html +++ b/plinth/modules/miniflux/templates/miniflux.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load plinth_extras %} {% block configuration %} {{ block.super }} @@ -20,12 +21,12 @@