From 6e40be64878e8a1f4dd80ce4f55e9d65322f3d12 Mon Sep 17 00:00:00 2001 From: Louis King Date: Sat, 7 Feb 2026 14:51:48 +0000 Subject: [PATCH] Updated home page buttons --- src/meshcore_hub/web/templates/home.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/meshcore_hub/web/templates/home.html b/src/meshcore_hub/web/templates/home.html index 2363067..5cbf474 100644 --- a/src/meshcore_hub/web/templates/home.html +++ b/src/meshcore_hub/web/templates/home.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% from "macros/icons.html" import icon_dashboard, icon_map, icon_nodes, icon_advertisements, icon_messages %} +{% from "macros/icons.html" import icon_dashboard, icon_map, icon_nodes, icon_advertisements, icon_messages, icon_page %} {% block title %}{{ network_name }} - Home{% endblock %} @@ -48,6 +48,12 @@ {{ icon_map("h-5 w-5 mr-2") }} Map + {% for page in custom_pages[:3] %} + + {{ icon_page("h-5 w-5 mr-2") }} + {{ page.title }} + + {% endfor %}