From 2610d8a30de103c04626c6b154ed60b1bc9b3566 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 18 Feb 2026 09:43:28 +0000 Subject: [PATCH] feat: add ecosystem footer with all 16 r-suite apps Co-Authored-By: Claude Opus 4.6 --- portal/templates/portal/base.html | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/portal/templates/portal/base.html b/portal/templates/portal/base.html index ba4a94a..8ca741a 100644 --- a/portal/templates/portal/base.html +++ b/portal/templates/portal/base.html @@ -132,14 +132,37 @@

rfiles.online

{% block content %}{% endblock %} + + {% block extra_js %}{% endblock %}