summaryrefslogtreecommitdiffstats
path: root/website/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'website/haunt.scm')
-rw-r--r--website/haunt.scm1
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"))))))