aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_xmls.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-06-24 19:51:00 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-06-27 17:12:25 -0400
commit3434b91d73562686f35796ccfa7553df7b4307b5 (patch)
tree7748aff77df01520de7af70f87c47528cd5ed6c1 /org/out_xmls.org
parentocda, fontface internal markup, cleanup & fixes (diff)
html, bespoke homepage, symlink toc.html index.html
- html, bespoke homepage option - html, symlinks toc.html index.html
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r--org/out_xmls.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org
index 4a2626b..d9c4800 100644
--- a/org/out_xmls.org
+++ b/org/out_xmls.org
@@ -2350,6 +2350,9 @@ default:
}
f.writeln(xhtml_format.tail(doc_matters));
}
+ if (!exists(pth_html.fn_seg(doc_matters.src.filename, "index"))) {
+ symlink("./toc.html", (pth_html.fn_seg(doc_matters.src.filename, "index")));
+ }
} catch (ErrnoException ex) {
// handle error
}