aboutsummaryrefslogtreecommitdiff
path: root/web/index.skb
diff options
context:
space:
mode:
authoramirouche2018-04-22 16:23:16 +0200
committerLudovic Courtès2018-04-29 21:50:44 +0200
commit35bf8415e8b3656325c6f3035365dc42084c17c5 (patch)
tree92d1530c1b4e5978fe8b74a95a617b254869ba41 /web/index.skb
parent9474deb63346db6b463a6346f971b974db42fcda (diff)
downloadskribilo-35bf8415e8b3656325c6f3035365dc42084c17c5.tar.gz
skribilo-35bf8415e8b3656325c6f3035365dc42084c17c5.tar.lz
skribilo-35bf8415e8b3656325c6f3035365dc42084c17c5.zip
web: New theme for the website
* web/static/: add css, fonts and images inside it * web/index.skb: change css to point to web/static/main.css Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'web/index.skb')
-rw-r--r--web/index.skb2
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"))))