diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-10-05 12:43:26 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-27 19:40:46 -0500 |
commit | 6f65d96d1fa54a9ff70be17698d8279bb3ea54df (patch) | |
tree | 92125828aff6bd2a39df9b3a720f3f95a0d88530 /org/out_xmls.org | |
parent | primarily org related (diff) |
xmls homepage link
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r-- | org/out_xmls.org | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org index e3ae216..df0d724 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -338,7 +338,11 @@ import ) { string o; 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>┃", + ? format(q"┃<p class="tiny">[<a href="%s"> ≅ </a>|<a href="%smetadata.%s.html"> m </a>|<a href="%s../../authors.html"> A </a>|<a href="%s../../topics.html"> T </a>]</p>┃", + (doc_matters.opt.action.webserver_url_doc_root.length > 0) + ? doc_matters.opt.action.webserver_url_doc_root + : doc_matters.conf_make_meta.conf.w_srv_data_root_url + , // HOME index.html equivalent _cfg.www_url_doc_root, (type == "seg") ? "../" : "", doc_matters.src.filename_base, (type == "seg") ? "../" : "", |