remove some vestigial files, add (gnu) favicon
[~bandali/bndl.org] / bandali / theme.scm
index aa82b85..44c00f6 100644 (file)
     (html
      (head
       (meta (@ (charset "utf-8")))
+      (meta (@ (name "viewport")
+               (content "width=device-width, initial-scale=1")))
       (title ,(if title (string-append title " — " (site-title site))
                   "Amin Bandali’s Personal Site"))
+      (link (@ (rel "icon")
+               (href "/gnu.ico")))
       ,(stylesheet "reset")
       ,(stylesheet "style"))
      (body