From c04245cb7f6acf59cc20122d440ccd9899a5482f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 9 Jul 2019 10:30:36 -0400 Subject: harvest authors, paths - absolute - doc_root tree, relative --- src/doc_reform/meta/metadoc_harvests_authors.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/doc_reform/meta/metadoc_harvests_authors.d') diff --git a/src/doc_reform/meta/metadoc_harvests_authors.d b/src/doc_reform/meta/metadoc_harvests_authors.d index 510d375..1645d9b 100644 --- a/src/doc_reform/meta/metadoc_harvests_authors.d +++ b/src/doc_reform/meta/metadoc_harvests_authors.d @@ -285,12 +285,13 @@ string theme_light_1 = format(q"┃ doc_harvest.language, ); } - _author_date_title ~= format(q"┃%s %s "%s" [%s]┃", + _author_date_title ~= format(q"┃%s %s "%s" [%s]%s┃", doc_harvest.author_surname_fn, (doc_harvest.date_published.length > 0) ? "(" ~ doc_harvest.date_published ~ ")" : "", doc_harvest.title, doc_harvest.language, + (_opt_action.very_verbose) ? "\n " ~ doc_harvest.path_abs_html_scroll : "", ); } foreach (k; _au.keys.sort) { -- cgit v1.2.3