aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_src_pod.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-06-26 20:21:33 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-06-27 17:12:48 -0400
commit1ff7f2970b85accb417af0ea5dd350e0ae746dc6 (patch)
tree40f66349f5993d373bd77f19042a8782b4f6bcdf /org/out_src_pod.org
parenthtml links and metadata, fixes & cosmetic work (diff)
"empty page" index.html, sort homepage link
Diffstat (limited to 'org/out_src_pod.org')
-rw-r--r--org/out_src_pod.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/org/out_src_pod.org b/org/out_src_pod.org
index 8a6193a..d2f9001 100644
--- a/org/out_src_pod.org
+++ b/org/out_src_pod.org
@@ -149,7 +149,9 @@ if (!exists(pths_pod.pod_dir_() ~ "/index.html")) {
auto f = File(pths_pod.pod_dir_() ~"/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",
));
}