We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec44bcf commit 35387fbCopy full SHA for 35387fb
1 file changed
modules/config.xqm
@@ -673,7 +673,6 @@ declare variable $config:PUBLICATIONS :=
673
"frus-history-monograph": map {
674
"collection": $config:FRUS_HISTORY_COL_MONOGRAPH,
675
"publication-last-modified": config:last-modified-from-repo-xml($config:FRUS_HISTORY_COL) ,
676
- "document-last-modified": config:last-modified-from-git($config:FRUS_HISTORY_COL, "monograph"),
677
"select-document": function($document-id) { doc($config:FRUS_HISTORY_COL_MONOGRAPH || '/' || $document-id || '.xml') },
678
"select-section": function($document-id, $section-id) {
679
let $target-section-id :=
0 commit comments