aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_hub.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output_hub.org')
-rw-r--r--org/output_hub.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/output_hub.org b/org/output_hub.org
index 179a008..c4de132 100644
--- a/org/output_hub.org
+++ b/org/output_hub.org
@@ -81,11 +81,11 @@ template outputHubInitialize() {
&& !(opt_action.output_dir_set ~ "/index.html").exists
) {
writeln(_bespoke_homepage);
- if (("./spine-bespoke-output/html/homepage.index.html").exists) {
- writeln("copy bespoke html homepage\n./spine-bespoke-output/html/homepage.index.html -> ", opt_action.output_dir_set, "/index.html");
- "./spine-bespoke-output/html/homepage.index.html".copy(opt_action.output_dir_set ~ "/index.html");
+ if ((_bespoke_homepage).exists) {
+ writeln("copy bespoke html homepage\n", _bespoke_homepage, " -> ", opt_action.output_dir_set, "/index.html");
+ _bespoke_homepage.copy(opt_action.output_dir_set ~ "/index.html");
} else {
- writeln("place bespoke homepage in ./spine-bespoke-output/html/homepage.index.html");
+ writeln("place bespoke homepage in ", _bespoke_homepage);
}
}
if (