Skip to content
Draft
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
6 changes: 3 additions & 3 deletions app/templates/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<div class="row">
<div class="col-sm-7">
<a href="$app/">
<img class="img-responsive" width="400"
src="$app/resources/images/Office-of-the-Historian-logo_500x168.jpg"
alt="Office of the Historian"/>
<img alt="Office of the Historian" class="img-responsive"
src="$app/resources/images/a-sks-oh-flag-logo-horizontal-navy-medium.png"
/>
</a>
</div>
<div class="col-sm-5">
Expand Down
6 changes: 4 additions & 2 deletions modules/config.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ declare namespace response="http://exist-db.org/xquery/response";
declare namespace a="http://www.w3.org/2005/Atom";
declare namespace xhtml="http://www.w3.org/1999/xhtml";

(: editorial date - the earliest possible "last-modified" time applied to all pages on the site
: to ensure any pages that were cached before this date are refreshed when requested after
: this date :)
declare variable $config:EDITORIAL_DATE_TIME := xs:dateTime("2025-12-20T00:00:00-00:00");

(: 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");
(:
Determine the application root collection from the current module load path.
:)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.