aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index 6d6c1db..ddf9bfe 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -316,8 +316,11 @@ template SiSUpathsHTML() {
string css() {
return (out_pth.output_root).chainPath("css").array;
}
- string fn_css() {
- return css.chainPath("html.css").array;
+ string fn_seg_css() {
+ return css.chainPath("html_seg.css").array;
+ }
+ string fn_scroll_css() {
+ return css.chainPath("html_scroll.css").array;
}
string seg(string fn_src) {
return base.chainPath(base_filename(fn_src)).array;