diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-12-13 09:09:24 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-01-13 16:06:43 -0500 |
commit | 0c4b3cb3707c3b16cd171620427e651d71182813 (patch) | |
tree | 2027a8f9449eab7b2b878ee9f1554a417563b73f /org/default_misc.org | |
parent | harvest topics, name hashtag level names (diff) |
present per document metadata
Diffstat (limited to 'org/default_misc.org')
-rw-r--r-- | org/default_misc.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org/default_misc.org b/org/default_misc.org index b38a7b2..cc4083e 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -149,8 +149,9 @@ template spineHarvest() { string uid = ""; string date_published = ""; string[] topic_register_arr = []; - string path_html_segtoc = ""; + string path_html_metadata = ""; string path_html_scroll = ""; + string path_html_segtoc = ""; string path_epub = ""; string path_abs_html_segtoc = ""; string path_abs_html_scroll = ""; |