Skip to content

Commit

Permalink
html.dsl: Change filename extension
Browse files Browse the repository at this point in the history
HTML extension is what the build expects.

Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
  • Loading branch information
Oscar Andreasson committed Apr 25, 2018
1 parent 90e3ea8 commit 5be9928
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/html.dsl
Expand Up @@ -15,6 +15,12 @@
;; sheet. Definitions inserted in this file take precedence over
;; definitions in the 'use'd stylesheet(s).

(define %html-ext%
".html")

;;(define %root-filename%
;; #t)

(define %title-font-family%
"Arial")
(define %body-font-family%
Expand Down

0 comments on commit 5be9928

Please sign in to comment.