diff options
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r-- | org/out_xmls.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org index 1379276..41175be 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -337,7 +337,7 @@ import string type, ) { string o; - string metadata_links = ((doc_matters.opt.action.html_harvest_link) + string metadata_links = ((doc_matters.opt.action.html_curate_link) ? format(q"┃<p class="tiny">[<a href="%smetadata.%s.html"> m </a>|<a href="%s../../authors.html"> A </a>|<a href="%s../../topics.html"> T </a>]</p>┃", (type == "seg") ? "../" : "", doc_matters.src.filename_base, |