From fe98930be48026081f51b80d186ab7059201964f Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Mon, 29 Jun 2026 17:02:13 -0400 Subject: [PATCH 1/2] fix: remove phone number from sitewide template --- app/templates/site.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/site.xml b/app/templates/site.xml index 97d35899..0ccb5426 100644 --- a/app/templates/site.xml +++ b/app/templates/site.xml @@ -330,7 +330,6 @@

history@state.gov

-

Phone: 202-955-0200

From d44d80a335c64fc3a696e3518a1f316bf24e99da Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Mon, 29 Jun 2026 17:08:52 -0400 Subject: [PATCH 2/2] fix: regenerate site to remove phone number --- modules/config.xqm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config.xqm b/modules/config.xqm index 921d4aa4..9d57d23d 100644 --- a/modules/config.xqm +++ b/modules/config.xqm @@ -24,7 +24,7 @@ declare namespace xhtml="http://www.w3.org/1999/xhtml"; (: updated date-time due to: https://github.com/HistoryAtState/hsg-shell/pull/481 :) -declare variable $config:EDITORIAL_DATE_TIME := xs:dateTime("2025-08-26T00:00:00-00:00"); +declare variable $config:EDITORIAL_DATE_TIME := xs:dateTime("2026-06-29T00:00:00-00:00"); (: Determine the application root collection from the current module load path. :)