Move existing www-specific images to their own directory.
|
@ -8,8 +8,8 @@
|
|||
#:file "download/" #:part-of 'download]{
|
||||
@(render-download-page)})
|
||||
|
||||
(define images (list (copyfile (in-here "download.png"))
|
||||
(copyfile (in-here "download-dark.png"))))
|
||||
(define images (list (copyfile (in-here "img/download.png"))
|
||||
(copyfile (in-here "img/download-dark.png"))))
|
||||
|
||||
(provide download-button)
|
||||
(define (download-button)
|
||||
|
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 9.2 KiB |
|
@ -655,7 +655,7 @@ File, query and maybe fix existing reports.}}}
|
|||
|
||||
;; resources that are specific to the front page
|
||||
|
||||
(define loud (copyfile (in-here "loud.png")))
|
||||
(define loud (copyfile (in-here "img/loud.png")))
|
||||
|
||||
|
||||
(define more.css
|
||||
|
|
Before Width: | Height: | Size: 9.2 KiB |