diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-07-09 10:30:36 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | c04245cb7f6acf59cc20122d440ccd9899a5482f (patch) | |
tree | 54fbad1b6c8b4e399479f070740c066c8795d457 /src/doc_reform/meta/metadoc_harvests_authors.d | |
parent | 0.7.5 xmls css code reorganised; ocn can turn off or hide (diff) |
harvest authors, paths
- absolute
- doc_root tree, relative
Diffstat (limited to 'src/doc_reform/meta/metadoc_harvests_authors.d')
-rw-r--r-- | src/doc_reform/meta/metadoc_harvests_authors.d | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |