Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions controller.xql
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ else switch($path-parts[1])
case "contact-us" return local:render-page('about/contact-us.xml', map{ "publication-id": "app" })
case "the-historian" return local:render-page('about/the-historian.xml', map{ "publication-id": "app" })
case "recent-publications" return local:render-page('about/recent-publications.xml', map{ "publication-id": "app" })
case "reports" return local:render-page('about/reports.xml', map{ "publication-id": "app" })
case "content-warning" return local:render-page('about/content-warning.xml', map{ "publication-id": "app" })
default return
local:serve-not-found-page()
Expand Down
12 changes: 4 additions & 8 deletions pages/about/hac/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@
<div data-template="pages:load">
<div data-template="templates:surround" data-template-at="content"
data-template-with="templates/site.xml">
<div class="row">
<div>
<div class="hidden" id="static-title">Historical Advisory Committee - About Us</div>
<div class="row">
<div data-template="pages:breadcrumb">
<p id="breadcrumb-title">Historical Advisory Committee</p>
</div>
</div>
<div class="row">
<div class="hsg-navigation-wrapper">
<div class="row hsg-main">
<div class="hsg-width-two-thirds">
<div data-template="app:fix-links" id="content-inner">
<h2 class="hsg-navigation-title" data-template="pages:navigation-title"
id="navigation-title"/>
</div>
</div>
<div class="row" data-template="pages:navigation">
<div class="hsg-width-main">
<div id="content-inner">
<div data-template="app:fix-links" id="content-container">
<div class="toc" data-template="toc:table-of-contents"/>
</div>
Expand Down
36 changes: 36 additions & 0 deletions pages/about/reports.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<div data-template="pages:load">
<div data-template="templates:surround" data-template-at="content"
data-template-with="templates/site.xml">
<div>
<div class="hidden" id="static-title">Reports - About Us</div>
<div class="row">
<div data-template="pages:breadcrumb">
<p id="breadcrumb-title">Reports</p>
</div>
</div>
<div class="row">
<div class="hsg-width-two-thirds">
<div data-template="app:fix-links" id="content-inner">
<h1>Reports to Congress</h1>
<p>This page collects reports submitted to Congress in accordance with the
requirements of Public Law 102-138 (105 Stat. 647, codified in relevant
part at 22 U.S.C. § 4351 et seq.), specifically 22 U.S.C. § 4354(e).
Past reports will be added.</p>
<p style="text-align: right; font-style: italic">Last updated, February
2026.</p>
<ul>
<li>
<a
href="https://static.history.state.gov/reports/report-to-congress-on-frus-for-2025.pdf"
>Report to Congress on The Foreign Relations of the United
States Historical Series for 2025 – 22 U.S.C. § 4354(e)</a>, February 2026
(PDF, 254 KB) </li>
</ul>
</div>
</div>
<aside data-template="pages:asides"/>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion pages/about/the-historian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
>HO</abbr>; <abbr
title="Office of the Historian (2019–2025), under the Foreign Service Institute (FSI)"
>OH</abbr>)</li>
<li>2025–, John Powers (acting) ( <abbr
<li>2025–, John Powers (acting) (<abbr
title="Office of the Historian (2025–present), under the Bureau of Administration, Shared Knowledge Services (A/SKS)"
>OH</abbr>)</li>
</ul>
Expand Down
3 changes: 3 additions & 0 deletions urls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@
<step value="recent-publications">
<page-template href="pages/about/recent-publications.xml"/>
</step>
<step value="reports">
<page-template href="pages/about/reports.xml"/>
</step>
<step value="content-warning">
<page-template href="pages/about/content-warning.xml"/>
</step>
Expand Down
Loading