From: Shane Jaroch Date: Fri, 23 Jan 2026 19:48:28 +0000 (-0500) Subject: update site header/title X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=72f1e08095d3263e22b1704ee266967410204526;p=nutratech%2Fvps-root.git update site header/title --- diff --git a/scripts/gen_services_map.py b/scripts/gen_services_map.py index 926a60a..0cb9edb 100755 --- a/scripts/gen_services_map.py +++ b/scripts/gen_services_map.py @@ -190,7 +190,7 @@ def main(): """ home_html = generate_html( - "All Services", all_groups, intro_html=construction_notice + "Nutratech | All Services", all_groups, intro_html=construction_notice ) print(f"Generating Unified Service Map with {total_items} items...")