diff options
author | amirouche | 2018-04-22 16:23:16 +0200 |
---|---|---|
committer | Ludovic Courtès | 2018-04-29 21:50:44 +0200 |
commit | 35bf8415e8b3656325c6f3035365dc42084c17c5 (patch) | |
tree | 92d1530c1b4e5978fe8b74a95a617b254869ba41 /web/index.skb | |
parent | 9474deb63346db6b463a6346f971b974db42fcda (diff) | |
download | skribilo-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.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")))) |