New icon, specifically designed for small size

This commit is contained in:
Cadence Ember 2022-10-31 20:03:50 +13:00
parent e812f2082c
commit 1219334d06
Signed by untrusted user: cadence
GPG key ID: BC1C2C61CF521B17
4 changed files with 4 additions and 85 deletions

View file

@ -23,7 +23,7 @@
(define license-default (license^ "CC-BY-SA" "https://www.fandom.com/licensing"))
(define siteinfo-default (siteinfo^ "Test Wiki" "Main_Page" license-default))
(define head-data-default (head-data^ "skin-fandomdesktop" (get-static-url "breezewiki-icon.svg")))
(define head-data-default (head-data^ "skin-fandomdesktop" (get-static-url "breezewiki-favicon.svg")))
(define/memoize (siteinfo-fetch wikiname) #:hash hash
(define dest-url

View file

@ -4,6 +4,7 @@
html-writing
web-server/http
"application-globals.rkt"
"data.rkt"
"static-data.rkt"
"url-utils.rkt"
"xexpr-utils.rkt"
@ -65,7 +66,7 @@
(title "About | BreezeWiki")
(link (@ (rel "stylesheet") (type "text/css") (href ,(get-static-url "internal.css"))))
(link (@ (rel "stylesheet") (type "text/css") (href ,(get-static-url "main.css"))))
(link (@ (rel "icon") (href ,(get-static-url "breezewiki-icon.svg")))))
(link (@ (rel "icon") (href ,(head-data^-icon-url head-data-default)))))
(body (@ (class "skin-fandomdesktop theme-fandomdesktop-light internal"))
(div (@ (class "main-container"))
(div (@ (class "fandom-community-header__background tileBoth header")))