From 35bf8415e8b3656325c6f3035365dc42084c17c5 Mon Sep 17 00:00:00 2001 From: amirouche Date: Sun, 22 Apr 2018 16:23:16 +0200 Subject: 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 --- web/index.skb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/index.skb') 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")))) -- cgit v1.2.3