diff options
Diffstat (limited to 'web/index.skb')
-rw-r--r-- | web/index.skb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.skb b/web/index.skb index 1c2bfe6..2677d34 100644 --- a/web/index.skb +++ b/web/index.skb @@ -20,7 +20,7 @@ (if (engine? html) (begin ;; Customizing the HTML output... - (engine-custom-set! html 'css "skribilo.css") + (engine-custom-set! html 'css "static/main.css") (engine-custom-set! html 'html-navtabs-produce-css? #f) (engine-custom-set! html 'html-navtabs html-tabs) (engine-custom-set! html 'charset "UTF-8")))) |