diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-10 17:20:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-10 17:20:33 +0200 |
commit | d5fc3f726cffb719518e28d193cb5e8cb38a059a (patch) | |
tree | cf6f3c2cb369bda308a0bc218f116bfdc05e62c5 /website | |
parent | website: Use dark blue from palette as text "black". (diff) |
website: Add alt text to logo.
Diffstat (limited to 'website')
-rw-r--r-- | website/haunt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/haunt.scm b/website/haunt.scm index 6743217..f7f4af2 100644 --- a/website/haunt.scm +++ b/website/haunt.scm | |||
@@ -61,6 +61,7 @@ | |||
61 | (a (@ (href ,(base-url "/"))) | 61 | (a (@ (href ,(base-url "/"))) |
62 | (img (@ (class ,(if (assoc-ref meta 'frontpage) | 62 | (img (@ (class ,(if (assoc-ref meta 'frontpage) |
63 | "logo" "logo small")) | 63 | "logo" "logo small")) |
64 | (alt "The logo of the GNU Assembly") | ||
64 | (src ,(image-url (if (assoc-ref meta 'frontpage) | 65 | (src ,(image-url (if (assoc-ref meta 'frontpage) |
65 | "/logo.svg" | 66 | "/logo.svg" |
66 | "/logo-small.svg")))))) | 67 | "/logo-small.svg")))))) |