diff options
Diffstat (limited to 'org/out_odt.org')
-rw-r--r-- | org/out_odt.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org/out_odt.org b/org/out_odt.org index 54c0545..238e99a 100644 --- a/org/out_odt.org +++ b/org/out_odt.org @@ -978,7 +978,9 @@ void writeOutputODT(W,I)( auto f = File(pth_odt.base_pth ~"/index.html", "w"); f.writeln(format_html_blank_page_guide_home( "../../css/html_scroll.css", - "https://sisudoc.org", + (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, "../../index.html", )); } |